FileCheck-ize and simplify RUN lines.
[oota-llvm.git] / test / CodeGen / ARM / section.ll
1 ; RUN: llc < %s -mtriple=arm-linux | FileCheck %s
2
3 ; CHECK: .section .dtors,"aw",%progbits
4 ; CHECK: __DTOR_END__:
5 @__DTOR_END__ = internal global [1 x i32] zeroinitializer, section ".dtors"       ; <[1 x i32]*> [#uses=0]
6