[llvm-commits] CVS: llvm-test/SingleSource/Makefile.singlesrc
Reid Spencer
reid at x10sys.com
Thu Feb 8 19:38:40 PST 2007
Changes in directory llvm-test/SingleSource:
Makefile.singlesrc updated: 1.33 -> 1.34
---
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: (+1 -1)
Makefile.singlesrc | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/SingleSource/Makefile.singlesrc
diff -u llvm-test/SingleSource/Makefile.singlesrc:1.33 llvm-test/SingleSource/Makefile.singlesrc:1.34
--- llvm-test/SingleSource/Makefile.singlesrc:1.33 Fri Feb 2 22:30:17 2007
+++ llvm-test/SingleSource/Makefile.singlesrc Thu Feb 8 21:38:16 2007
@@ -40,6 +40,6 @@
-$(CXX) $(CXXFLAGS) -O2 $(TARGET_FLAGS) $< -lm -o $@ $(LDFLAGS)
-bugpoint-gccas bugpoint-gccld bugpoint-jit bugpoint-llc bugpoint-llc-beta:
+bugpoint-gccas bugpoint-llvm-ld 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