Changes in directory llvm/include/llvm/Config:

config.h.in updated: 1.74 -> 1.75
---
Log message:

Add possibility to set memory limit for binaries run via libSystem. This 
is especially needed for bugpoint. This partly implements PR688: 
http://llvm.org/PR688 


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

 config.h.in |    3 +++
 1 files changed, 3 insertions(+)


Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.74 
llvm/include/llvm/Config/config.h.in:1.75
--- llvm/include/llvm/Config/config.h.in:1.74   Fri Jan 19 11:25:17 2007
+++ llvm/include/llvm/Config/config.h.in        Fri Feb 16 13:11:06 2007
@@ -124,6 +124,9 @@
 /* Define to 1 if you have the `getpagesize' function. */
 #undef HAVE_GETPAGESIZE
 
+/* Define to 1 if you have the `getrlimit' function. */
+#undef HAVE_GETRLIMIT
+
 /* Define to 1 if you have the `getrusage' function. */
 #undef HAVE_GETRUSAGE
 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to