Don't link mcjit/interpreter LLVM components

This commit is contained in:
Nikita Popov 2019-07-20 12:12:12 +02:00
parent f69b07144a
commit b9784b18c2
3 changed files with 3 additions and 16 deletions

View file

@ -26,8 +26,6 @@
using namespace llvm;
using namespace llvm::legacy;
extern cl::opt<bool> EnableARMEHABI;
typedef struct LLVMOpaquePass *LLVMPassRef;
typedef struct LLVMOpaqueTargetMachine *LLVMTargetMachineRef;