[llvm-commits] CVS: llvm/include/llvm/Config/config.h.in
Reid Spencer
reid at x10sys.com
Sun Dec 12 18:58:39 PST 2004
Changes in directory llvm/include/llvm/Config:
config.h.in updated: 1.37 -> 1.38
---
Log message:
Add LLVMGCCDIR for path lookup
---
Diffs of the changes: (+3 -0)
Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.37 llvm/include/llvm/Config/config.h.in:1.38
--- llvm/include/llvm/Config/config.h.in:1.37 Mon Nov 29 06:36:16 2004
+++ llvm/include/llvm/Config/config.h.in Sun Dec 12 20:58:28 2004
@@ -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
More information about the llvm-commits
mailing list