diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-13 02:58:28 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-13 02:58:28 +0000 |
commit | fa3b923f9ece90b3d64b0e42a3527f92626ce12f (patch) | |
tree | 74daa247949c20eba1e79d0a5935cf2e144a17db | |
parent | 37911af8c4e74c9d04a5f38e2199c1ad88fa9775 (diff) |
Add LLVMGCCDIR for path lookup
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18850 91177308-0d34-0410-b5e6-96231b3b80d8
-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 21ed0e1a32..8f682d34be 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -311,6 +311,9 @@ /* Define to 1 if you have the <windows.h> header file. */ #undef HAVE_WINDOWS_H +/* Installation directory of llvm-gcc */ +#undef LLVMGCCDIR + /* Installation directory for binary executables */ #undef LLVM_BINDIR |