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

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


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

Makefile.spec95 updated: 1.3 -> 1.4

---
Log message:

Add jit-ls for SPEC tests.


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

Index: llvm/test/Programs/External/SPEC/Makefile.spec95
diff -u llvm/test/Programs/External/SPEC/Makefile.spec95:1.3 llvm/test/Programs/External/SPEC/Makefile.spec95:1.4
--- llvm/test/Programs/External/SPEC/Makefile.spec95:1.3	Thu Feb 19 23:53:09 2004
+++ llvm/test/Programs/External/SPEC/Makefile.spec95	Tue Feb 24 15:16:06 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