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

Reid Spencer reid at x10sys.com
Tue Dec 28 23:08:08 PST 2004



Changes in directory llvm/include/llvm/Config:

config.h.in updated: 1.44 -> 1.45
---
Log message:

* Fix a bug in an m4 macro that used an incorrect test operator
* Add CAN_DLOPEN_SELF so we can determine if dlopen(0) will open the 
  program or not.
* Correct a warning messages to be a little more specific on what it checks


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

Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.44 llvm/include/llvm/Config/config.h.in:1.45
--- llvm/include/llvm/Config/config.h.in:1.44	Mon Dec 27 00:15:02 2004
+++ llvm/include/llvm/Config/config.h.in	Wed Dec 29 01:07:57 2004
@@ -1,5 +1,8 @@
 /* include/llvm/Config/config.h.in.  Generated from autoconf/configure.ac by autoheader.  */
 
+/* Define if dlopen(0) will open the symbols of the program */
+#undef CAN_DLOPEN_SELF
+
 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
    systems. This function is required for `alloca.c' support on those systems.
    */






More information about the llvm-commits mailing list