[llvm-commits] CVS: llvm/test/Programs/External/SPEC/Makefile.spec
Chris Lattner
lattner at cs.uiuc.edu
Fri May 23 15:08:01 PDT 2003
Changes in directory llvm/test/Programs/External/SPEC:
Makefile.spec updated: 1.2 -> 1.3
---
Log message:
Add new bytecode pseudo target
---
Diffs of the changes:
Index: llvm/test/Programs/External/SPEC/Makefile.spec
diff -u llvm/test/Programs/External/SPEC/Makefile.spec:1.2 llvm/test/Programs/External/SPEC/Makefile.spec:1.3
--- llvm/test/Programs/External/SPEC/Makefile.spec:1.2 Sat May 17 17:32:43 2003
+++ llvm/test/Programs/External/SPEC/Makefile.spec Fri May 23 15:07:10 2003
@@ -34,6 +34,10 @@
PROG := $(BENCH_NAME)
Source := $(wildcard $(SPEC_BENCH_DIR)/src/*.c)
+# Pseudo target to build just the bytecode file.
+bytecode: Output/$(PROG).llvm.bc
+
+
# Disable the default Output/%.out-* targets...
PROGRAMS_HAVE_CUSTOM_RUN_RULES := 1
SourceDir := $(SPEC_BENCH_DIR)/src/
@@ -49,6 +53,7 @@
REF_IN_DIR := $(SPEC_BENCH_DIR)/data/$(RUN_TYPE)/input/
REF_OUT_DIR := $(SPEC_BENCH_DIR)/data/$(RUN_TYPE)/output/
LOCAL_OUTPUTS := $(notdir $(wildcard $(REF_OUT_DIR)/*))
+
# Specify how to generate output from the SPEC programs. Basically we just run
# the program in a sandbox (a special directory we create), then we cat all of
More information about the llvm-commits
mailing list