summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/section.ll
blob: fcb86c542a06a16d16e1661b2b3396a5d0717ccc (plain)
1
2
3
4
5
6
; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=arm-linux | \
; RUN:   grep {__DTOR_END__:}
; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=arm-linux | \
; RUN:   grep {.section .dtors,"aw",.progbits}

%__DTOR_END__ = internal global [1 x int] zeroinitializer, section ".dtors"
OpenPOWER on IntegriCloud