mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 19:08:21 +08:00
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.