[llvm-commits] [llvm] r110311 - /llvm/trunk/test/Makefile
Rafael Espindola
rafael.espindola at gmail.com
Wed Aug 4 20:35:01 PDT 2010
Author: rafael
Date: Wed Aug 4 22:35:01 2010
New Revision: 110311
URL: http://llvm.org/viewvc/llvm-project?rev=110311&view=rev
Log:
check-lit was failing again on F13 64 bits :-(
Modified:
llvm/trunk/test/Makefile
Modified: llvm/trunk/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Makefile?rev=110311&r1=110310&r2=110311&view=diff
==============================================================================
--- llvm/trunk/test/Makefile (original)
+++ llvm/trunk/test/Makefile Wed Aug 4 22:35:01 2010
@@ -84,8 +84,8 @@
ifeq ($(HOST_OS),AuroraUX)
ULIMIT=ulimit -t 600 ; ulimit -d 512000 ; ulimit -v 512000 ;
else # !AuroraUX
-# Fedora 13 x86-64 python fails with -v 51200
-ULIMIT=ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -v 768000 ;
+# Fedora 13 x86-64 python fails with -v 76800
+ULIMIT=ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -v 1024000 ;
endif # AuroraUX
endif # SunOS
More information about the llvm-commits
mailing list