mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-08 21:37:35 +00:00
fix compilation error due to no abort being defined. There is probably a better way to do this
llvm-svn: 22150
This commit is contained in:
parent
44ac7502fd
commit
46b9d601f5
@ -12,6 +12,7 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#define DEBUG_TYPE "jit"
|
||||
#include <stdlib.h>
|
||||
#include "X86JITInfo.h"
|
||||
#include "X86Relocations.h"
|
||||
#include "llvm/CodeGen/MachineCodeEmitter.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user