OSDN Git Service
(root)
/
android-x86
/
external-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b95a99
)
Don't include stdint.h directly.
author
Eli Friedman
<eli.friedman@gmail.com>
Thu, 6 Sep 2012 22:55:11 +0000
(22:55 +0000)
committer
Eli Friedman
<eli.friedman@gmail.com>
Thu, 6 Sep 2012 22:55:11 +0000
(22:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163354
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/lli/RemoteTarget.cpp
patch
|
blob
|
history
diff --git
a/tools/lli/RemoteTarget.cpp
b/tools/lli/RemoteTarget.cpp
index
2ab098b
..
918f157
100644
(file)
--- a/
tools/lli/RemoteTarget.cpp
+++ b/
tools/lli/RemoteTarget.cpp
@@
-14,8
+14,8
@@
#include "RemoteTarget.h"
#include <llvm/ADT/StringRef.h>
+#include <llvm/Support/DataTypes.h>
#include <llvm/Support/Memory.h>
-#include <stdint.h>
#include <stdlib.h>
#include <string>
using namespace llvm;