summaryrefslogtreecommitdiffstats
path: root/llvm/projects/sample/autoconf/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/projects/sample/autoconf/configure.ac')
-rw-r--r--llvm/projects/sample/autoconf/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/projects/sample/autoconf/configure.ac b/llvm/projects/sample/autoconf/configure.ac
index a19e87ddf95..3fd02578c4f 100644
--- a/llvm/projects/sample/autoconf/configure.ac
+++ b/llvm/projects/sample/autoconf/configure.ac
@@ -1390,6 +1390,8 @@ AC_DEFINE_UNQUOTED(LLVM_MANDIR, "$LLVM_MANDIR",
[Installation directory for man pages])
AC_DEFINE_UNQUOTED(LLVM_CONFIGTIME, "$LLVM_CONFIGTIME",
[Time at which LLVM was configured])
+AC_DEFINE_UNQUOTED(LLVM_HOST_TRIPLE, "$host",
+ [Host triple LLVM will run on])
AC_DEFINE_UNQUOTED(LLVM_DEFAULT_TARGET_TRIPLE, "$target",
[Target triple LLVM will generate code for by default])
OpenPOWER on IntegriCloud