Changes in directory llvm/test/Regression/CodeGen/ARM:
section.ll updated: 1.4 -> 1.5 --- Log message: use a . instead of a % in the grep expression --- Diffs of the changes: (+1 -1) section.ll | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/CodeGen/ARM/section.ll diff -u llvm/test/Regression/CodeGen/ARM/section.ll:1.4 llvm/test/Regression/CodeGen/ARM/section.ll:1.5 --- llvm/test/Regression/CodeGen/ARM/section.ll:1.4 Fri Dec 8 16:06:02 2006 +++ llvm/test/Regression/CodeGen/ARM/section.ll Sat Dec 9 15:21:06 2006 @@ -1,5 +1,5 @@ ; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm && ; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep "__DTOR_END__:" && -; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep ".section .dtors,\"aw\",%progbits" +; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep '.section .dtors,"aw",.progbits' %__DTOR_END__ = internal global [1 x int] zeroinitializer, section ".dtors" _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits