X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FMakefile;h=92ced039d5cdf93394d98e12857dee955cf45db8;hb=dc58d1e09921872f63a329dce631104616163bc5;hp=c78c2561c34b0a5b98db3815e3f26f5f2fca9506;hpb=d276b15c520db6f105c976f8be9d1348d8a57041;p=oota-llvm.git diff --git a/test/Makefile b/test/Makefile index c78c2561c34..92ced039d5c 100644 --- a/test/Makefile +++ b/test/Makefile @@ -57,7 +57,7 @@ LIT_ALL_TESTSUITES += $(PROJ_OBJ_DIR)/../tools/clang/tools/extra/test # Force creation of Clang Tools' lit.site.cfg. clang-tools-site-cfg: FORCE - $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/clang/tools/extra/test lit.site.cfg + $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/clang/tools/extra/test lit.site.cfg Unit/lit.site.cfg extra-site-cfgs:: clang-tools-site-cfg endif @@ -83,19 +83,15 @@ endif # ulimits like these are redundantly enforced by the buildbots, so # just removing them here won't work. -# Both AuroraUX & Solaris do not have the -m flag for ulimit +# Solaris does not have the -m flag for ulimit ifeq ($(HOST_OS),SunOS) ULIMIT=ulimit -t 600 ; ulimit -d 512000 ; ulimit -v 512000 ; else # !SunOS -ifeq ($(HOST_OS),AuroraUX) -ULIMIT=ulimit -t 600 ; ulimit -d 512000 ; ulimit -v 512000 ; -else # !AuroraUX # Newer versions of python try to allocate an insane amount of address space for # its thread-local storage, don't set a limit here. # When -v is not used, then -s has to be used to limit the stack size. # FIXME: Those limits should be enforced by lit instead of globally. ULIMIT=ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -s 8192 ; -endif # AuroraUX endif # SunOS check-local:: lit.site.cfg Unit/lit.site.cfg