move to LLVM 3.9
This change removes support for earlier LLVM versions; making them work as well is simply too tedious. Change-Id: I372a151279ceb2bfd6de101c9e0c15f0a4b18c03
This commit is contained in:
@ -11,6 +11,7 @@
|
||||
#include "util/AliasedRegistry.hpp"
|
||||
|
||||
#ifdef BUILD_LLVM_DISASSEMBLER
|
||||
#include "llvm/Support/ManagedStatic.h"
|
||||
#include "InstructionImporter.hpp"
|
||||
#include "RegisterImporter.hpp"
|
||||
#include "RandomJumpImporter.hpp"
|
||||
@ -67,6 +68,7 @@ int main(int argc, char *argv[]) {
|
||||
registry.add(&fti);
|
||||
|
||||
#ifdef BUILD_LLVM_DISASSEMBLER
|
||||
llvm::llvm_shutdown_obj Y;
|
||||
RegisterImporter reg;
|
||||
registry.add(®);
|
||||
RandomJumpImporter rjump;
|
||||
|
||||
Reference in New Issue
Block a user