Introduce llvm::sys::getProcessTriple() function.
[oota-llvm.git] / Makefile.config.in
index 5cb3c58673fe86643701a900bcfc711c240824b9..10a524fb4683a9df9ae05c5496f0c2920ca6eb79 100644 (file)
@@ -134,6 +134,9 @@ BUILD_CXX=@BUILD_CXX@
 # Triple for configuring build tools when cross-compiling
 BUILD_TRIPLE=@build@
 
+# Target triple (cpu-vendor-os) which LLVM is compiled for
+HOST_TRIPLE=@host@
+
 # Target triple (cpu-vendor-os) for which we should generate code
 TARGET_TRIPLE=@target@