Add explicit -mtriple=arm-unknown to llvm/test/CodeGen/ARM/disable-tail-calls.ll...
[oota-llvm.git] / test / CodeGen / ARM / section.ll
index ff708d55ab355cc759db67752339d5f310529fc7..27620562c16319d3007913a047209d2194502e88 100644 (file)
@@ -1,7 +1,6 @@
-; RUN: llc < %s -mtriple=arm-linux | \
-; RUN:   grep {__DTOR_END__:}
-; RUN: llc < %s -mtriple=arm-linux | \
-; RUN:   grep {\\.section."\\.dtors","aw",.progbits}
+; RUN: llc < %s -mtriple=arm-linux | FileCheck %s
 
+; CHECK: .section .dtors,"aw",%progbits
+; CHECK: __DTOR_END__:
 @__DTOR_END__ = internal global [1 x i32] zeroinitializer, section ".dtors"       ; <[1 x i32]*> [#uses=0]