aboutsummaryrefslogtreecommitdiff
path: root/Makefile.programs
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2012-04-19 18:36:50 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2012-04-19 18:36:50 +0000
commit7893b889d09957c7c8581c4418f9e75e5799cbc7 (patch)
tree8727842509737e824bc42346e5830f4cff668b5b /Makefile.programs
parent04db2a7c6ec751dbb27836b940b9e386309b8f94 (diff)
Remove llvm-ld from the test suite. This will be followed by a patch to LLVM to
remove llvm-ld. git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@155145 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.programs')
-rw-r--r--Makefile.programs14
1 files changed, 1 insertions, 13 deletions
diff --git a/Makefile.programs b/Makefile.programs
index 606f61ce..686933aa 100644
--- a/Makefile.programs
+++ b/Makefile.programs
@@ -306,12 +306,6 @@ Output/%.noopt-llvm.bc: Output/%.linked.rbc $(LOPT)
-info-output-file=$(CURDIR)/$@.info \
$(STATS) $< -o $@
-$(PROGRAMS_TO_TEST:%=Output/%.nollvm-ldopt-llvm.bc): \
-Output/%.nollvm-ldopt-llvm.bc: Output/%.linked.bc $(LOPT)
- $(RUNTOOLSAFELY) $(LOPT) \
- -info-output-file=$(CURDIR)/$@.info \
- $(STATS) $< -o $@
-
endif # ifndef DISABLE_FOR_LLVM_PROGRAMS
# Disable asm-verbose. This can slow down compilation and is not what the
@@ -629,19 +623,13 @@ BUGPOINT_TOOL_OPTIONS += -gcc-tool-args -m64
endif
BUGPOINT_ARGS += --args -- $(RUN_OPTIONS)
-# Rules to bugpoint the opt, llvm-ld, llc, or lli commands...
+# Rules to bugpoint the opt, llc, or lli commands...
$(PROGRAMS_TO_TEST:%=Output/%.bugpoint-opt): \
Output/%.bugpoint-opt: Output/%.noopt-llvm.bc $(LBUGPOINT) \
Output/%.out-nat
PWD=$(CURDIR) $(LBUGPOINT) -llc-safe $< -std-compile-opts \
$(BUGPOINT_OPTIONS) $(BUGPOINT_TOOL_OPTIONS) $(BUGPOINT_ARGS)
-$(PROGRAMS_TO_TEST:%=Output/%.bugpoint-llvm-ld): \
-Output/%.bugpoint-llvm-ld: Output/%.nollvm-ldopt-llvm.bc $(LBUGPOINT) \
- Output/%.out-nat
- PWD=$(CURDIR) $(LBUGPOINT) -llc-safe $< -std-link-opts $(OPTPASSES) \
- $(BUGPOINT_OPTIONS) $(BUGPOINT_TOOL_OPTIONS) $(BUGPOINT_ARGS)
-
$(PROGRAMS_TO_TEST:%=Output/%.bugpoint-llc): \
Output/%.bugpoint-llc: Output/%.llvm.bc $(LBUGPOINT) Output/%.out-nat
PWD=$(CURDIR) $(LBUGPOINT) $< -run-llc \