llvm-project
3346a76d
- [JITLink] Remove unnecessary SymbolStringPtr copy. (#190101)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#190101 - [JITLink] Remove unnecessary SymbolStringPtr copy.
Author
lhames
Parents
9a354fc5
Loading