xref: /llvm-project/llvm/test/CodeGen/ARM/section.ll (revision bed1c7f061aa12417aa081e334afdba45767b938)
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"       ; <ptr> [#uses=0]
6
7