diff --git a/lib/Target/X86/X86JITInfo.cpp b/lib/Target/X86/X86JITInfo.cpp index 176a0d1829f..77bf0536947 100644 --- a/lib/Target/X86/X86JITInfo.cpp +++ b/lib/Target/X86/X86JITInfo.cpp @@ -12,7 +12,7 @@ //===----------------------------------------------------------------------===// #define DEBUG_TYPE "jit" -#include +#include #include "X86JITInfo.h" #include "X86Relocations.h" #include "llvm/CodeGen/MachineCodeEmitter.h" @@ -75,6 +75,7 @@ extern "C" { // Not an i386 host void X86CompilationCallback() { assert(0 && "This is not a X86, you can't execute this!"); + abort(); } #endif }