1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 13:02:52 +02:00
llvm-mirror/test/CodeGen/ARM/section.ll

7 lines
222 B
LLVM
Raw Normal View History

; RUN: llc < %s -mtriple=arm-linux | FileCheck %s
; CHECK: .section .dtors,"aw",%progbits
; CHECK: __DTOR_END__:
2008-02-17 21:02:20 +01:00
@__DTOR_END__ = internal global [1 x i32] zeroinitializer, section ".dtors" ; <[1 x i32]*> [#uses=0]