[llvm-commits] CVS: poolalloc/test/TEST.p4perf.Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sun Mar 7 20:08:33 PST 2004
Changes in directory poolalloc/test:
TEST.p4perf.Makefile updated: 1.3 -> 1.4
---
Log message:
Fix a typo
---
Diffs of the changes: (+6 -6)
Index: poolalloc/test/TEST.p4perf.Makefile
diff -u poolalloc/test/TEST.p4perf.Makefile:1.3 poolalloc/test/TEST.p4perf.Makefile:1.4
--- poolalloc/test/TEST.p4perf.Makefile:1.3 Fri Mar 5 18:18:18 2004
+++ poolalloc/test/TEST.p4perf.Makefile Fri Mar 5 18:26:23 2004
@@ -129,10 +129,10 @@
Output/test.$(TEST).pa.%: Output/%.poolalloc.cbe
-$(SPEC_SANDBOX) poolalloccbe-$(RUN_TYPE) /dev/null $(REF_IN_DIR) \
$(RUNSAFELY) $(STDIN_FILENAME) $(STDOUT_FILENAME) \
- $(PERFEX) -o ../../$@.2 $(P4_L2_READ_MISSES) ../../$< $(RUN_OPTIONS)
+ $(PERFEX) -o ../../$@.2 $(P4_L2_READ_MISS) ../../$< $(RUN_OPTIONS)
-$(SPEC_SANDBOX) poolalloccbe-$(RUN_TYPE) /dev/null $(REF_IN_DIR) \
$(RUNSAFELY) $(STDIN_FILENAME) $(STDOUT_FILENAME) \
- $(PERFEX) -o ../../$@.1 $(P4_L1_READ_MISSES) ../../$< $(RUN_OPTIONS)
+ $(PERFEX) -o ../../$@.1 $(P4_L1_READ_MISS) ../../$< $(RUN_OPTIONS)
@cat $@.1 $@.2 > $@
# This rule runs the generated executable, generating timing information, for
@@ -141,10 +141,10 @@
Output/test.$(TEST).allpa.%: Output/%.allnodes.cbe
-$(SPEC_SANDBOX) allnodescbe-$(RUN_TYPE) /dev/null $(REF_IN_DIR) \
$(RUNSAFELY) $(STDIN_FILENAME) $(STDOUT_FILENAME) \
- $(PERFEX) -o ../../$@.2 $(P4_L2_READ_MISSES) ../../$< $(RUN_OPTIONS)
+ $(PERFEX) -o ../../$@.2 $(P4_L2_READ_MISS) ../../$< $(RUN_OPTIONS)
-$(SPEC_SANDBOX) allnodescbe-$(RUN_TYPE) /dev/null $(REF_IN_DIR) \
$(RUNSAFELY) $(STDIN_FILENAME) $(STDOUT_FILENAME) \
- $(PERFEX) -o ../../$@.1 $(P4_L1_READ_MISSES) ../../$< $(RUN_OPTIONS)
+ $(PERFEX) -o ../../$@.1 $(P4_L1_READ_MISS) ../../$< $(RUN_OPTIONS)
@cat $@.1 $@.2 > $@
@@ -154,10 +154,10 @@
Output/test.$(TEST).%: Output/%.nonpa.cbe
-$(SPEC_SANDBOX) nonpacbe-$(RUN_TYPE) /dev/null $(REF_IN_DIR) \
$(RUNSAFELY) $(STDIN_FILENAME) $(STDOUT_FILENAME) \
- $(PERFEX) -o ../../$@.2 $(P4_L2_READ_MISSES) ../../$< $(RUN_OPTIONS)
+ $(PERFEX) -o ../../$@.2 $(P4_L2_READ_MISS) ../../$< $(RUN_OPTIONS)
-$(SPEC_SANDBOX) nonpacbe-$(RUN_TYPE) /dev/null $(REF_IN_DIR) \
$(RUNSAFELY) $(STDIN_FILENAME) $(STDOUT_FILENAME) \
- $(PERFEX) -o ../../$@.1 $(P4_L1_READ_MISSES) ../../$< $(RUN_OPTIONS)
+ $(PERFEX) -o ../../$@.1 $(P4_L1_READ_MISS) ../../$< $(RUN_OPTIONS)
@cat $@.1 $@.2 > $@
endif
More information about the llvm-commits
mailing list