aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2015-09-09 15:01:49 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-09-09 15:01:49 +0000
commitd301a3ca72c2cb43a541f1ab8a7cc0dfbcc251f3 (patch)
tree51b8f381771ea9b47d2675d7d9d67069f05b9267
parent0e702a2a8c2a1c2bfec451fbb15e8399ecb72696 (diff)
parentd9984c8efd8f3882ccbff46837cf9145a8625562 (diff)
downloadllvm-d301a3ca72c2cb43a541f1ab8a7cc0dfbcc251f3.tar.gz
am d9984c8e: am d933a4ab: Merge "Switch one other location from i386 -> x86_64 by default."
* commit 'd9984c8efd8f3882ccbff46837cf9145a8625562': Switch one other location from i386 -> x86_64 by default.
-rw-r--r--host/include/llvm/Config/llvm-config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/llvm/Config/llvm-config.h b/host/include/llvm/Config/llvm-config.h
index 6cb218e4d973..393967e40fbb 100644
--- a/host/include/llvm/Config/llvm-config.h
+++ b/host/include/llvm/Config/llvm-config.h
@@ -27,7 +27,7 @@
#define LLVM_DATADIR "/opt/llvm-android/share/llvm"
/* Target triple LLVM will generate code for by default */
-#define LLVM_DEFAULT_TARGET_TRIPLE "i386-unknown-linux"
+#define LLVM_DEFAULT_TARGET_TRIPLE "x86_64-unknown-linux"
/* Installation directory for documentation */
#define LLVM_DOCSDIR "/opt/llvm-android/share/doc/llvm"