llvm-project
3346a76d - [JITLink] Remove unnecessary SymbolStringPtr copy. (#190101)

Commit
13 days ago
[JITLink] Remove unnecessary SymbolStringPtr copy. (#190101) This was probably intended to be a `const SymbolStringPtr&` originally, but if we were going to copy it anyway it's better to just take the argument by value and std::move it.
Author
Parents
Loading