blob: 0397bcc36e6277f335d2420a0a9a8361a2d242b1 [file] [log] [blame]
Tanya Lattner6263f942008-02-17 20:02:20 +00001; RUN: llvm-as < %s | llc -mtriple=arm-linux | \
Reid Spencer1c0c94d2007-04-15 19:11:47 +00002; RUN: grep {__DTOR_END__:}
Tanya Lattner6263f942008-02-17 20:02:20 +00003; RUN: llvm-as < %s | llc -mtriple=arm-linux | \
Reid Spencer1c0c94d2007-04-15 19:11:47 +00004; RUN: grep {.section .dtors,"aw",.progbits}
Rafael Espindola7367d052006-12-07 18:33:58 +00005
Tanya Lattner6263f942008-02-17 20:02:20 +00006@__DTOR_END__ = internal global [1 x i32] zeroinitializer, section ".dtors" ; <[1 x i32]*> [#uses=0]
7