diff options
| author | Eric Christopher <echristo@apple.com> | 2007-12-01 00:34:39 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2007-12-01 00:34:39 +0000 |
| commit | 790e11cdff59ed6312c2f1d3d8f63537c2ae2ec5 (patch) | |
| tree | d486dcd01889a7acdc0ebee0138c0a9fcbaa3fc9 /include | |
| parent | 57c4fc2e238b56d71f5a8c329c4473510d9297cb (diff) | |
Add target triple to include/llvm/Config/config.h.in. Regenerate all files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44478 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
| -rw-r--r-- | include/llvm/Config/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index e871b774b2..32e154a695 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -458,6 +458,9 @@ /* Installation directory for config files */ #undef LLVM_ETCDIR +/* Host triple we were built on */ +#undef LLVM_HOSTTRIPLE + /* Installation directory for include files */ #undef LLVM_INCLUDEDIR |
