Skip to content

Conversation

lhames
Copy link
Contributor

@lhames lhames commented Oct 10, 2025

SPS deserialization for span produces a value that points directly into the argument buffer for efficiency. This was broken by an unnecessary std::move of the buffer inside WrapperFunction, which this commit removes.

SPS deserialization for span<const char> produces a value that points
directly into the argument buffer for efficiency. This was broken by an
unnecessary std::move of the buffer inside WrapperFunction, which this
commit removes.
@lhames lhames merged commit ef4598f into llvm:main Oct 10, 2025
11 checks passed
@lhames lhames deleted the orc-rt-sps-span branch October 10, 2025 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant