[llvm-commits] CVS: llvm/include/llvm/Config/config.h.in

Reid Spencer reid at x10sys.com
Thu Dec 23 22:29:16 PST 2004



Changes in directory llvm/include/llvm/Config:

config.h.in updated: 1.41 -> 1.42
---
Log message:

For PR351: http://llvm.cs.uiuc.edu/PR351 :
Create new variables LLVM_ON_UNIX and LLVM_ON_WIN32 so we can start getting
rid of reliance upon a symbolic link to switch implementations in lib/System

---
Diffs of the changes:  (+6 -0)

Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.41 llvm/include/llvm/Config/config.h.in:1.42
--- llvm/include/llvm/Config/config.h.in:1.41	Sun Dec 19 22:08:58 2004
+++ llvm/include/llvm/Config/config.h.in	Fri Dec 24 00:29:05 2004
@@ -347,6 +347,12 @@
 /* Installation directory for man pages */
 #undef LLVM_MANDIR
 
+/* Define if this is Unixish platform */
+#undef LLVM_ON_UNIX
+
+/* Define if this is Win32ish platform */
+#undef LLVM_ON_WIN32
+
 /* Installation prefix directory */
 #undef LLVM_PREFIX
 






More information about the llvm-commits mailing list