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:
2cd498b
)
lli doesn't need <iostream> anymore.
author
Dan Gohman
<gohman@apple.com>
Wed, 5 Aug 2009 00:28:59 +0000
(
00:28
+0000)
committer
Dan Gohman
<gohman@apple.com>
Wed, 5 Aug 2009 00:28:59 +0000
(
00:28
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78133
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/lli/lli.cpp
patch
|
blob
|
history
diff --git
a/tools/lli/lli.cpp
b/tools/lli/lli.cpp
index f9d86d75b1a70a3f67a65bde62ddcb8abb934ceb..36054fd09378a5b76d70ccb0c2d0d0af7ccc8e9f 100644
(file)
--- a/
tools/lli/lli.cpp
+++ b/
tools/lli/lli.cpp
@@
-31,7
+31,6
@@
#include "llvm/System/Process.h"
#include "llvm/System/Signals.h"
#include "llvm/Target/TargetSelect.h"
-#include <iostream>
#include <cerrno>
using namespace llvm;