OSDN Git Service

Switch to x86_64 instead of i386 for default host compilation.
authorStephen Hines <srhines@google.com>
Mon, 24 Aug 2015 16:43:25 +0000 (09:43 -0700)
committerStephen Hines <srhines@google.com>
Mon, 24 Aug 2015 16:43:25 +0000 (09:43 -0700)
Change-Id: Icccf656bdf93b604d47ff2fc0d613ae53a79f222

host/include/llvm/Config/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"