[llvm-commits] [test-suite] r41982 - /test-suite/trunk/External/SPEC/Makefile.spec

Chris Lattner sabre at nondot.org
Fri Sep 14 23:00:44 PDT 2007


Author: lattner
Date: Sat Sep 15 01:00:44 2007
New Revision: 41982

URL: http://llvm.org/viewvc/llvm-project?rev=41982&view=rev
Log:
add bugpoint-cbe target

Modified:
    test-suite/trunk/External/SPEC/Makefile.spec

Modified: test-suite/trunk/External/SPEC/Makefile.spec
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/Makefile.spec?rev=41982&r1=41981&r2=41982&view=diff

==============================================================================
--- test-suite/trunk/External/SPEC/Makefile.spec (original)
+++ test-suite/trunk/External/SPEC/Makefile.spec Sat Sep 15 01:00:44 2007
@@ -161,6 +161,13 @@
 	    $(LLCBETAOPTION) $(BUGPOINT_ARGS)
 	@echo "===> Leaving Output/bugpoint-$(RUN_TYPE)"
 
+$(PROGRAMS_TO_TEST:%=Output/%.bugpoint-cbe): \
+Output/%.bugpoint-cbe: Output/%.llvm.bc $(LBUGPOINT) Output/%.out-nat
+	$(SPEC_SANDBOX) bugpoint-$(RUN_TYPE) $@ $(REF_IN_DIR) \
+	    $(LBUGPOINT) ../$*.llvm.bc -cbe-bug $(BUGPOINT_OPTIONS) \
+	    $(BUGPOINT_ARGS)
+	@echo "===> Leaving Output/bugpoint-$(RUN_TYPE)"
+
 
 LIBPROFILESO = $(LLVM_OBJ_ROOT)/Debug/lib/libprofile_rt.so
 





More information about the llvm-commits mailing list