use a . instead of a % in the grep expression
[oota-llvm.git] / test / CodeGen / ARM / section.ll
1 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm &&
2 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep "__DTOR_END__:" &&
3 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep '.section .dtors,"aw",.progbits'
4
5 %__DTOR_END__ = internal global [1 x int] zeroinitializer, section ".dtors"