Changes in directory llvm-test/SingleSource:
Makefile.singlesrc updated: 1.30 -> 1.31 --- Log message: add a helpful message for people trying to use bugpoint-llc targets --- Diffs of the changes: (+6 -0) Makefile.singlesrc | 6 ++++++ 1 files changed, 6 insertions(+) Index: llvm-test/SingleSource/Makefile.singlesrc diff -u llvm-test/SingleSource/Makefile.singlesrc:1.30 llvm-test/SingleSource/Makefile.singlesrc:1.31 --- llvm-test/SingleSource/Makefile.singlesrc:1.30 Tue Jun 6 19:05:16 2006 +++ llvm-test/SingleSource/Makefile.singlesrc Fri Nov 3 20:52:31 2006 @@ -38,3 +38,9 @@ -$(CC) $(CFLAGS) -O2 $(TARGET_FLAGS) $< -lm -o $@ $(LDFLAGS) Output/%.native: $(SourceDir)/%.cpp Output/.dir -$(CXX) $(CXXFLAGS) -O2 $(TARGET_FLAGS) $< -lm -o $@ $(LDFLAGS) + + +bugpoint-gccas bugpoint-gccld bugpoint-jit bugpoint-llc \ +bugpoint-llc-beta: + @echo "The $@ target doesn't work in SingleSource. Try:" + @echo " 'make Output/[programname].$@' instead." _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits