[llvm-commits] [test-suite] r66569 - /test-suite/trunk/TEST.ipodbgopt.Makefile
Dale Johannesen
dalej at apple.com
Tue Mar 10 13:28:08 PDT 2009
Author: johannes
Date: Tue Mar 10 15:28:08 2009
New Revision: 66569
URL: http://llvm.org/viewvc/llvm-project?rev=66569&view=rev
Log:
Remove FIXME; I fixed it.
Modified:
test-suite/trunk/TEST.ipodbgopt.Makefile
Modified: test-suite/trunk/TEST.ipodbgopt.Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/TEST.ipodbgopt.Makefile?rev=66569&r1=66568&r2=66569&view=diff
==============================================================================
--- test-suite/trunk/TEST.ipodbgopt.Makefile (original)
+++ test-suite/trunk/TEST.ipodbgopt.Makefile Tue Mar 10 15:28:08 2009
@@ -44,7 +44,6 @@
Output/%.t2d.bc: Output/%.t2c.bc Output/.dir $(LOPT)
$(LOPT) -strip $< -f -o $@
-# FIXME add -strip-debug-declare when available
# force both t's to have the same name to avoid bogus filename difference
# force first to be completed before second to avoid race condition copying t
Output/%.second.ll: Output/%.t2d.bc Output/%.first.ll $(LDIS)
More information about the llvm-commits
mailing list