[llvm-commits] CVS: llvm/test/Programs/External/SPEC/Makefile.spec

Alkis Evlogimenos alkis at cs.uiuc.edu
Tue Feb 24 15:16:01 PST 2004


Changes in directory llvm/test/Programs/External/SPEC:

Makefile.spec updated: 1.23 -> 1.24

---
Log message:

Add jit-ls for SPEC tests.


---
Diffs of the changes:  (+8 -0)

Index: llvm/test/Programs/External/SPEC/Makefile.spec
diff -u llvm/test/Programs/External/SPEC/Makefile.spec:1.23 llvm/test/Programs/External/SPEC/Makefile.spec:1.24
--- llvm/test/Programs/External/SPEC/Makefile.spec:1.23	Wed Feb 11 13:09:00 2004
+++ llvm/test/Programs/External/SPEC/Makefile.spec	Tue Feb 24 15:15:03 2004
@@ -86,6 +86,14 @@
 	-(cd Output/jit-$(RUN_TYPE); cat $(LOCAL_OUTPUTS)) > $@
 	-cp Output/jit-$(RUN_TYPE)/$(STDOUT_FILENAME).time $@.time
 
+$(PROGRAMS_TO_TEST:%=Output/%.out-jit-ls): \
+Output/%.out-jit-ls: Output/%.llvm.bc $(LLI)
+	$(SPEC_SANDBOX) jit-ls-$(RUN_TYPE) $@ $(REF_IN_DIR) \
+             $(RUNSAFELY) $(STDIN_FILENAME) $(STDOUT_FILENAME) \
+                  $(LLI) -regalloc=linearscan $(JIT_OPTS) ../../$< $(RUN_OPTIONS)
+	-(cd Output/jit-ls-$(RUN_TYPE); cat $(LOCAL_OUTPUTS)) > $@
+	-cp Output/jit-ls-$(RUN_TYPE)/$(STDOUT_FILENAME).time $@.time
+
 $(PROGRAMS_TO_TEST:%=Output/%.out-llc): \
 Output/%.out-llc: Output/%.llc
 	$(SPEC_SANDBOX) llc-$(RUN_TYPE) $@ $(REF_IN_DIR) \





More information about the llvm-commits mailing list