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:
e8a290f
)
Fix build on Linux.
author
Mikhail Glushenkov
<foldr@codedgers.com>
Thu, 2 Apr 2009 01:11:37 +0000
(
01:11
+0000)
committer
Mikhail Glushenkov
<foldr@codedgers.com>
Thu, 2 Apr 2009 01:11:37 +0000
(
01:11
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68269
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Support/Triple.cpp
patch
|
blob
|
history
diff --git
a/lib/Support/Triple.cpp
b/lib/Support/Triple.cpp
index 6324ead707de61a0d1c136875d17441cd7a5703b..5310c3a6e73ed1e324f21bb3192ff6577d9bcc70 100644
(file)
--- a/
lib/Support/Triple.cpp
+++ b/
lib/Support/Triple.cpp
@@
-9,6
+9,7
@@
#include "llvm/ADT/Triple.h"
#include <cassert>
+#include <cstring>
using namespace llvm;
//