diff options
Diffstat (limited to 'lib/Core/ExternalDispatcher.cpp')
-rw-r--r-- | lib/Core/ExternalDispatcher.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Core/ExternalDispatcher.cpp b/lib/Core/ExternalDispatcher.cpp index c876685e..7da0c350 100644 --- a/lib/Core/ExternalDispatcher.cpp +++ b/lib/Core/ExternalDispatcher.cpp @@ -36,7 +36,11 @@ #include "llvm/Support/DynamicLibrary.h" #endif #include "llvm/Support/raw_ostream.h" +#if LLVM_VERSION_CODE < LLVM_VERSION(3, 0) #include "llvm/Target/TargetSelect.h" +#else +#include "llvm/Support/TargetSelect.h" +#endif #include <setjmp.h> #include <signal.h> #include <iostream> |