[llvm-commits] [test-suite] r93941 - /test-suite/trunk/TEST.llcdbg.Makefile

Dale Johannesen dalej at apple.com
Tue Jan 19 14:57:05 PST 2010


Author: johannes
Date: Tue Jan 19 16:57:04 2010
New Revision: 93941

URL: http://llvm.org/viewvc/llvm-project?rev=93941&view=rev
Log:
Remove more dwarf info.


Modified:
    test-suite/trunk/TEST.llcdbg.Makefile

Modified: test-suite/trunk/TEST.llcdbg.Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/TEST.llcdbg.Makefile?rev=93941&r1=93940&r2=93941&view=diff

==============================================================================
--- test-suite/trunk/TEST.llcdbg.Makefile (original)
+++ test-suite/trunk/TEST.llcdbg.Makefile Tue Jan 19 16:57:04 2010
@@ -29,7 +29,7 @@
 	$(LLC) $(LLC_DEBUG_FLAGS) $< -f -o $@
 
 Output/%.first.s: Output/%.t1b.s Output/.dir $(LLC)
-	grep -v '.long' < $< | grep -v '.byte' | grep -v '.asciz' | grep -v '^$$' > $@
+	grep -v '.long' < $< | grep -v '.byte' | grep -v '.short' | grep -v '.asciz' | grep -v '^$$' > $@
 
 Output/%.t2a.bc: Output/%.linked.rbc Output/.dir $(LOPT)
 	$(LOPT) -strip-nondebug $< -f -o $@
@@ -38,7 +38,7 @@
 	$(LLC) $(LLC_DEBUG_FLAGS) $< -f -o $@
 
 Output/%.second.s: Output/%.t2b.s Output/.dir
-	grep -v DEBUG_VALUE < $< | grep -v '.long' | grep -v '.byte' | grep -v '.asciz' | grep -v '^$$' > $@
+	grep -v DEBUG_VALUE < $< | grep -v '.long' | grep -v '.byte' | grep -v '.short' | grep -v '.asciz' | grep -v '^$$' > $@
 
 Output/%.diff: Output/%.first.s Output/%.second.s
 	@-if diff $^ > $@; then \





More information about the llvm-commits mailing list