xref: /llvm-project/llvm/test/CodeGen/ARM/section.ll (revision 9dbbd7506869a0dd0516b1d6e83a6696fa8f83c1)
1; RUN: llvm-as < %s | llc -mtriple=arm-linux | \
2; RUN:   grep {__DTOR_END__:}
3; RUN: llvm-as < %s | llc -mtriple=arm-linux | \
4; RUN:   grep {\\.section.\\.dtors,"aw",.progbits}
5
6@__DTOR_END__ = internal global [1 x i32] zeroinitializer, section ".dtors"       ; <[1 x i32]*> [#uses=0]
7
8