aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2011-11-10 19:01:51 -0800
committerStephen Hines <srhines@google.com>2011-11-14 09:12:12 -0800
commitf2a027ee44593147a4aee5566a13f682a1964773 (patch)
tree86dcaf48aa06689504e022058ea977e3ce5a43ef /host
parent4fffbb4e26c7ee764a853e54ba11aa57087b6ab1 (diff)
downloadexternal_llvm-f2a027ee44593147a4aee5566a13f682a1964773.zip
external_llvm-f2a027ee44593147a4aee5566a13f682a1964773.tar.gz
external_llvm-f2a027ee44593147a4aee5566a13f682a1964773.tar.bz2
Update LLVM to svn 144354.
Change-Id: I1935ffce1c5d5eec52ad8b69bab9ee0c281aef16
Diffstat (limited to 'host')
-rw-r--r--host/include/llvm/Config/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/llvm/Config/config.h b/host/include/llvm/Config/config.h
index 817cf43..a2d1f4e 100644
--- a/host/include/llvm/Config/config.h
+++ b/host/include/llvm/Config/config.h
@@ -473,7 +473,7 @@
#define LLVM_ETCDIR "/usr/local/google/llvm/etc/llvm"
/* Host triple we were built on */
-#define LLVM_HOSTTRIPLE "i386-unknown-linux"
+#define LLVM_DEFAULT_TARGET_TRIPLE "i386-unknown-linux"
/* Installation directory for include files */
#define LLVM_INCLUDEDIR "/usr/local/google/llvm/include"