OSDN Git Service

Merge "Add platform support for building LLVMgold.so in LLVM."
authorThan McIntosh <thanm@google.com>
Wed, 9 Sep 2015 15:11:26 +0000 (15:11 +0000)
committerGerrit Code Review <noreply-gerritcodereview@google.com>
Wed, 9 Sep 2015 15:11:26 +0000 (15:11 +0000)
host/include/llvm/Config/config.h
host/include/llvm/Config/llvm-config.h

index a1978a8..7b6dcb5 100644 (file)
 #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"
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"