[llvm] 1044dfa - [ORC] Remove commented out methods accidentally left in in 069919c9ba3.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 19 19:55:20 PDT 2020
Author: Lang Hames
Date: 2020-10-19T19:55:03-07:00
New Revision: 1044dfa7edb72041c20409207cda532d28cb60f4
URL: https://github.com/llvm/llvm-project/commit/1044dfa7edb72041c20409207cda532d28cb60f4
DIFF: https://github.com/llvm/llvm-project/commit/1044dfa7edb72041c20409207cda532d28cb60f4.diff
LOG: [ORC] Remove commented out methods accidentally left in in 069919c9ba3.
Thanks for spotting this Mehdi!
Added:
Modified:
llvm/include/llvm/ExecutionEngine/Orc/Core.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/ExecutionEngine/Orc/Core.h b/llvm/include/llvm/ExecutionEngine/Orc/Core.h
index ba16c58eeee5..94b7c5e4be3d 100644
--- a/llvm/include/llvm/ExecutionEngine/Orc/Core.h
+++ b/llvm/include/llvm/ExecutionEngine/Orc/Core.h
@@ -1132,20 +1132,6 @@ class JITDylib : public ThreadSafeRefCountedBase<JITDylib> {
void installMaterializationUnit(std::unique_ptr<MaterializationUnit> MU,
ResourceTracker &RT);
- // void lookupFlagsImpl(SymbolFlagsMap &Result, LookupKind K,
- // JITDylibLookupFlags JDLookupFlags,
- // SymbolLookupSet &Unresolved);
-
- // Error lodgeQuery(UnmaterializedInfosList &UMIs,
- // std::shared_ptr<AsynchronousSymbolQuery> &Q, LookupKind K,
- // JITDylibLookupFlags JDLookupFlags,
- // SymbolLookupSet &Unresolved);
-
- // Error lodgeQueryImpl(UnmaterializedInfosList &UMIs,
- // std::shared_ptr<AsynchronousSymbolQuery> &Q,
- // LookupKind K, JITDylibLookupFlags JDLookupFlags,
- // SymbolLookupSet &Unresolved);
-
void detachQueryHelper(AsynchronousSymbolQuery &Q,
const SymbolNameSet &QuerySymbols);
More information about the llvm-commits
mailing list