[llvm] 9d0bfea - [ORC] Remove an unimplemented method decl. NFC.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 21 20:50:44 PST 2025
Author: Lang Hames
Date: 2025-01-22T15:50:34+11:00
New Revision: 9d0bfea9fa8663b9d98483fb12f0ac2b199a8a0c
URL: https://github.com/llvm/llvm-project/commit/9d0bfea9fa8663b9d98483fb12f0ac2b199a8a0c
DIFF: https://github.com/llvm/llvm-project/commit/9d0bfea9fa8663b9d98483fb12f0ac2b199a8a0c.diff
LOG: [ORC] Remove an unimplemented method decl. NFC.
Added:
Modified:
llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h b/llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h
index ebff2106e9d72b..84904b17109451 100644
--- a/llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h
+++ b/llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h
@@ -244,8 +244,6 @@ class LLJIT {
Error applyDataLayout(Module &M);
- void recordCtorDtors(Module &M);
-
std::unique_ptr<ExecutionSession> ES;
std::unique_ptr<PlatformSupport> PS;
More information about the llvm-commits
mailing list