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

Anton Korobeynikov asl at math.spbu.ru
Sun Dec 10 15:13:09 PST 2006



Changes in directory llvm/include/llvm/Config:

config.h.in updated: 1.71 -> 1.72
---
Log message:

Cleaned setjmp/longjmp lowering interfaces. Now we're producing right 
code (both asm & cbe) for Mingw32 target.
Removed autoconf checks for underscored versions of setjmp/longjmp.


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

 config.h.in |    6 ------
 1 files changed, 6 deletions(-)


Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.71 llvm/include/llvm/Config/config.h.in:1.72
--- llvm/include/llvm/Config/config.h.in:1.71	Thu Nov 30 21:46:01 2006
+++ llvm/include/llvm/Config/config.h.in	Sun Dec 10 17:12:42 2006
@@ -416,12 +416,6 @@
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
-/* Define to 1 if you have the `_longjmp' function. */
-#undef HAVE__LONGJMP
-
-/* Define to 1 if you have the `_setjmp' function. */
-#undef HAVE__SETJMP
-
 /* Installation directory for binary executables */
 #undef LLVM_BINDIR
 






More information about the llvm-commits mailing list