OSDN Git Service

Switch one other location from i386 -> x86_64 by default.
authorStephen Hines <srhines@google.com>
Wed, 9 Sep 2015 14:36:32 +0000 (07:36 -0700)
committerStephen Hines <srhines@google.com>
Wed, 9 Sep 2015 14:36:32 +0000 (07:36 -0700)
We have both config.h and llvm-config.h defining this same default
triple, but I only updated one of them in my previous change. This CL
updates the host llvm-config.h as well, so that no warnings are
generated for the mismatch.

Change-Id: I0fc30d97aca8d8ab3c66614c42733a9c0bd83373

host/include/llvm/Config/llvm-config.h

index 6cb218e..393967e 100644 (file)
@@ -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"