[llvm-commits] CVS: llvm-test/External/SPEC/Makefile.spec
Reid Spencer
reid at x10sys.com
Thu Feb 8 19:38:39 PST 2007
Changes in directory llvm-test/External/SPEC:
Makefile.spec updated: 1.61 -> 1.62
---
Log message:
Let's try using llvm-ld for the nightly test. If all goes well, gccld will
go away tomorrow. This patch replaces all uses of gccld with llvm-ld.
---
Diffs of the changes: (+7 -8)
Makefile.spec | 15 +++++++--------
1 files changed, 7 insertions(+), 8 deletions(-)
Index: llvm-test/External/SPEC/Makefile.spec
diff -u llvm-test/External/SPEC/Makefile.spec:1.61 llvm-test/External/SPEC/Makefile.spec:1.62
--- llvm-test/External/SPEC/Makefile.spec:1.61 Sun Feb 4 13:39:34 2007
+++ llvm-test/External/SPEC/Makefile.spec Thu Feb 8 21:38:16 2007
@@ -118,20 +118,20 @@
BUGPOINT_OPTIONS += --tool-args $(LLCFLAGS)
BUGPOINT_ARGS += --args -- $(RUN_OPTIONS)
-# Rules to bugpoint the GCCAS, GCCLD, LLC, or LLI commands...
-$(PROGRAMS_TO_TEST:%=Output/%.bugpoint-gccas): \
-Output/%.bugpoint-gccas: Output/%.noopt-llvm.bc $(LBUGPOINT) \
+# Rules to bugpoint the opt, llvm-ld, llc, or lli commands...
+$(PROGRAMS_TO_TEST:%=Output/%.bugpoint-opt): \
+Output/%.bugpoint-opt: Output/%.noopt-llvm.bc $(LBUGPOINT) \
Output/opt-pass-args Output/%.out-nat
$(SPEC_SANDBOX) bugpoint-$(RUN_TYPE) $@ $(REF_IN_DIR) \
$(LBUGPOINT) ../$*.noopt-llvm.bc `cat Output/opt-pass-args` $(OPTPASSES) \
$(BUGPOINT_OPTIONS) $(BUGPOINT_ARGS)
@echo "===> Leaving Output/bugpoint-$(RUN_TYPE)"
-$(PROGRAMS_TO_TEST:%=Output/%.bugpoint-gccld): \
-Output/%.bugpoint-gccld: Output/%.nogccldopt-llvm.bc $(LBUGPOINT) \
- Output/gccld-pass-args Output/%.out-nat
+$(PROGRAMS_TO_TEST:%=Output/%.bugpoint-llvm-ld): \
+Output/%.bugpoint-llvm-ld: Output/%.nollvm-ldopt-llvm.bc $(LBUGPOINT) \
+ Output/llvm-ld-pass-args Output/%.out-nat
$(SPEC_SANDBOX) bugpoint-$(RUN_TYPE) $@ $(REF_IN_DIR) \
- $(LBUGPOINT) ../$*.nogccldopt-llvm.bc `cat Output/gccld-pass-args` $(OPTPASSES) \
+ $(LBUGPOINT) ../$*.nollvm-ldopt-llvm.bc `cat Output/llvm-ld-pass-args` $(OPTPASSES) \
$(BUGPOINT_OPTIONS) $(BUGPOINT_ARGS)
@echo "===> Leaving Output/bugpoint-$(RUN_TYPE)"
@@ -162,7 +162,6 @@
@echo "===> Leaving Output/bugpoint-$(RUN_TYPE)"
-
LIBPROFILESO = $(LLVM_OBJ_ROOT)/Debug/lib/libprofile_rt.so
$(PROGRAMS_TO_TEST:%=Output/%.prof): \
More information about the llvm-commits
mailing list