xref: /aosp_15_r20/external/llvm/test/CodeGen/ARM/section.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
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
7