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:
01218af
)
lli/OrcLazyJIT.cpp: Use <cstdio> for printf(3) introduced in r234908.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Fri, 17 Apr 2015 10:01:30 +0000
(10:01 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Fri, 17 Apr 2015 10:01:30 +0000
(10:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235175
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/lli/OrcLazyJIT.cpp
patch
|
blob
|
history
diff --git
a/tools/lli/OrcLazyJIT.cpp
b/tools/lli/OrcLazyJIT.cpp
index ff8baf0b0798fbb86a3bb81667a01a6fafc868b0..88904e0af8e2e6c56aad4d9ccac7d64ea99bbe3a 100644
(file)
--- a/
tools/lli/OrcLazyJIT.cpp
+++ b/
tools/lli/OrcLazyJIT.cpp
@@
-11,6
+11,7
@@
#include "llvm/ExecutionEngine/Orc/OrcTargetSupport.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/DynamicLibrary.h"
+#include <cstdio>
#include <system_error>
using namespace llvm;