[llvm-commits] CVS: llvm-test/SingleSource/Makefile.singlesrc

Chris Lattner sabre at nondot.org
Fri Nov 3 18:52:46 PST 2006



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."






More information about the llvm-commits mailing list