Skip to content

Commit 049bb95

Browse files
committed
[ORC] Remove an undefined static method from LLJIT.
Fixes http://llvm.org/PR44255. Thanks to Raoul Gough for finding the bug!
1 parent 1e66710 commit 049bb95

File tree

1 file changed

+0
-2
lines changed
  • llvm/include/llvm/ExecutionEngine/Orc

1 file changed

+0
-2
lines changed

llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ class LLJIT {
5353
IRTransformLayer::TransformFunction T);
5454
};
5555

56-
static Expected<std::unique_ptr<LLJIT>> Create(LLJITBuilderState &S);
57-
5856
/// Destruct this instance. If a multi-threaded instance, waits for all
5957
/// compile threads to complete.
6058
~LLJIT();

0 commit comments

Comments
 (0)