projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04aa46d
)
fix compilation error due to no abort being defined. There is probably a better...
author
Andrew Lenharth
<andrewl@lenharth.org>
Fri, 20 May 2005 16:34:44 +0000
(16:34 +0000)
committer
Andrew Lenharth
<andrewl@lenharth.org>
Fri, 20 May 2005 16:34:44 +0000
(16:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22150
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86JITInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86JITInfo.cpp
b/lib/Target/X86/X86JITInfo.cpp
index 5c4e53257b734a45a8318ccc6014b33fe62a9275..176a0d1829f5424560978c016946b9da3949ca9e 100644
(file)
--- a/
lib/Target/X86/X86JITInfo.cpp
+++ b/
lib/Target/X86/X86JITInfo.cpp
@@
-12,6
+12,7
@@
//===----------------------------------------------------------------------===//
#define DEBUG_TYPE "jit"
+#include <stdlib.h>
#include "X86JITInfo.h"
#include "X86Relocations.h"
#include "llvm/CodeGen/MachineCodeEmitter.h"