[ORC] Add missing std::moves, pass SymbolLookupSet by value.
authorLang Hames <lhames@gmail.com>
Thu, 19 May 2022 01:39:33 +0000 (18:39 -0700)
committerLang Hames <lhames@gmail.com>
Thu, 19 May 2022 17:51:20 +0000 (10:51 -0700)
commit4bb18a89c418082c3b1e9d16fde40fbc915d17e5
tree05d1e31837411b61492c8db2b32ebcdd66e32b30
parente8e7581fb10d974c6e5cf475f40164035288442f
[ORC] Add missing std::moves, pass SymbolLookupSet by value.

Avoids some unnecessary SymbolStringPtr copies.
llvm/include/llvm/ExecutionEngine/Orc/Core.h
llvm/lib/ExecutionEngine/Orc/Core.cpp
llvm/lib/ExecutionEngine/Orc/LookupAndRecordAddrs.cpp