Skip to content

Commit

Permalink
LLVM 3.3 -> LLVM 10: Remove references to MCJIT.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMankins committed Oct 1, 2020
1 parent 16b4221 commit 36d0a73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions panda/tools/helper_call_modifier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ PANDAENDCOMMENT */
#include "llvm/Support/raw_ostream.h"
#include "llvm/Support/raw_os_ostream.h"
#include "llvm/Transforms/Utils/Cloning.h"
#include "llvm/ExecutionEngine/MCJIT.h"
#include "llvm-c/Core.h"
#include "llvm-c/Target.h"

Expand All @@ -60,7 +59,6 @@ namespace {

int main(int argc, char **argv) {

LLVMLinkInMCJIT();
LLVMInitializeNativeTarget();
LLVMInitializeNativeAsmPrinter();

Expand Down

0 comments on commit 36d0a73

Please sign in to comment.