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

Will Dietz wdietz2 at illinois.edu
Sat Apr 28 15:06:45 PDT 2012


Author: wdietz2
Date: Sat Apr 28 17:06:45 2012
New Revision: 155774

URL: http://llvm.org/viewvc/llvm-project?rev=155774&view=rev
Log:
Apparently -disable-output and -analyze conflict; drop the former.

dsgraph test target works again!

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=155774&r1=155773&r2=155774&view=diff
==============================================================================
--- poolalloc/trunk/test/TEST.dsgraph.Makefile (original)
+++ poolalloc/trunk/test/TEST.dsgraph.Makefile Sat Apr 28 17:06:45 2012
@@ -23,8 +23,7 @@
 # PASS - The dsgraph pass to run: ds, bu, td
 PASS := td
 
-ANALYZE_OPTS := -stats -time-passes -disable-output -dsstats
-#ANALYZE_OPTS := -stats -time-passes -dsstats 
+ANALYZE_OPTS := -stats -time-passes -dsstats
 ANALYZE_OPTS +=  -instcount -disable-verify -analyze
 MEM := -track-memory -time-passes -disable-output
 





More information about the llvm-commits mailing list