[llvm-commits] CVS: llvm/test/Programs/External/SPEC/Makefile.spec
Chris Lattner
lattner at cs.uiuc.edu
Thu Dec 18 21:33:02 PST 2003
Changes in directory llvm/test/Programs/External/SPEC:
Makefile.spec updated: 1.20 -> 1.21
---
Log message:
Add llc-ls target for testing the linear scan allocator, for use by alkis
---
Diffs of the changes: (+8 -0)
Index: llvm/test/Programs/External/SPEC/Makefile.spec
diff -u llvm/test/Programs/External/SPEC/Makefile.spec:1.20 llvm/test/Programs/External/SPEC/Makefile.spec:1.21
--- llvm/test/Programs/External/SPEC/Makefile.spec:1.20 Wed Dec 10 09:16:33 2003
+++ llvm/test/Programs/External/SPEC/Makefile.spec Thu Dec 18 21:32:09 2003
@@ -94,6 +94,14 @@
-(cd Output/llc-$(RUN_TYPE); cat $(LOCAL_OUTPUTS)) > $@
-cp Output/llc-$(RUN_TYPE)/$(STDOUT_FILENAME).time $@.time
+$(PROGRAMS_TO_TEST:%=Output/%.out-llc-ls): \
+Output/%.out-llc-ls: Output/%.llc-ls
+ $(SPEC_SANDBOX) llc-ls-$(RUN_TYPE) $@ $(REF_IN_DIR) \
+ $(RUNSAFELY) $(STDIN_FILENAME) $(STDOUT_FILENAME) \
+ ../../$< $(RUN_OPTIONS)
+ -(cd Output/llc-ls-$(RUN_TYPE); cat $(LOCAL_OUTPUTS)) > $@
+ -cp Output/llc-ls-$(RUN_TYPE)/$(STDOUT_FILENAME).time $@.time
+
$(PROGRAMS_TO_TEST:%=Output/%.out-cbe): \
Output/%.out-cbe: Output/%.cbe
$(SPEC_SANDBOX) cbe-$(RUN_TYPE) $@ $(REF_IN_DIR) \
More information about the llvm-commits
mailing list