[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/section.ll
Rafael Espindola
rafael.espindola at gmail.com
Sat Dec 9 13:21:21 PST 2006
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"
More information about the llvm-commits
mailing list