[llvm-commits] CVS: reopt/test/TEST.reopt.Makefile
    Brian Gaeke 
    gaeke at cs.uiuc.edu
       
    Mon Mar  8 18:44:01 PST 2004
    
    
  
Changes in directory reopt/test:
TEST.reopt.Makefile updated: 1.8 -> 1.9
---
Log message:
Do not strip debug info, because, well, it makes debugging
impossible. What was I thinking?
---
Diffs of the changes:  (+1 -1)
Index: reopt/test/TEST.reopt.Makefile
diff -u reopt/test/TEST.reopt.Makefile:1.8 reopt/test/TEST.reopt.Makefile:1.9
--- reopt/test/TEST.reopt.Makefile:1.8	Fri Mar  5 00:00:22 2004
+++ reopt/test/TEST.reopt.Makefile	Mon Mar  8 18:43:16 2004
@@ -38,7 +38,7 @@
 
 WHOLE_REOPTIMIZER = $(DESTLIBCURRENT)/wholereoptimizer.o
 $(WHOLE_REOPTIMIZER): $(REOPTIMIZER_OBJS) $(REOPTIMIZER_LLVMOBJS)
-	/usr/ccs/bin/ld -s -r -o $@ $+
+	/usr/ccs/bin/ld -r -o $@ $+
 
 # Libraries that should be checked for freshness when doing 
 # Reoptimizer tests (http://www.goodegg.com/eggdating.html)
    
    
More information about the llvm-commits
mailing list