[llvm] Move a lot of symbol code to use the symbol string pool (PR #115796)
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 2 22:14:59 PST 2024
================
@@ -150,7 +151,7 @@ class RuntimeDyldChecker {
using IsSymbolValidFunction = std::function<bool(StringRef Symbol)>;
using GetSymbolInfoFunction =
- std::function<Expected<MemoryRegionInfo>(StringRef SymbolName)>;
+ std::function<Expected<MemoryRegionInfo>(StringRef Symbol)>;
using GetSectionInfoFunction = std::function<Expected<MemoryRegionInfo>(
----------------
lhames wrote:
This rename can be dropped.
https://github.com/llvm/llvm-project/pull/115796
More information about the llvm-commits
mailing list