[llvm-commits] [poolalloc] r112129 - /poolalloc/trunk/test/TEST.dsgraph.Makefile

Will Dietz wdietz2 at illinois.edu
Wed Aug 25 18:07:19 PDT 2010


Author: wdietz2
Date: Wed Aug 25 20:07:19 2010
New Revision: 112129

URL: http://llvm.org/viewvc/llvm-project?rev=112129&view=rev
Log:
Run opt with 'RunToolSafely' so memory limits work on non-mac architectures.

Modified:
    poolalloc/trunk/test/TEST.dsgraph.Makefile

Modified: poolalloc/trunk/test/TEST.dsgraph.Makefile
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/test/TEST.dsgraph.Makefile?rev=112129&r1=112128&r2=112129&view=diff
==============================================================================
--- poolalloc/trunk/test/TEST.dsgraph.Makefile (original)
+++ poolalloc/trunk/test/TEST.dsgraph.Makefile Wed Aug 25 20:07:19 2010
@@ -17,7 +17,7 @@
 DSA_SO   := $(PADIR)/$(CONFIGURATION)/lib/libLLVMDataStructure$(SHLIBEXT)
 
 # Command for running the opt program
-RUNOPT := $(LLVM_OBJ_ROOT)/projects/poolalloc/$(CONFIGURATION)/bin/watchdog $(LOPT) -load $(DSA_SO)
+RUNOPT := $(RUNTOOLSAFELY) $(LLVM_OBJ_ROOT)/projects/poolalloc/$(CONFIGURATION)/bin/watchdog $(LOPT) -load $(DSA_SO)
 
 # PASS - The dsgraph pass to run: ds, bu, td
 PASS := td





More information about the llvm-commits mailing list