| Chandler Carruth | 959fe54 | 2011-07-02 20:43:11 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -mtriple=arm-linux | FileCheck %s | 
| Rafael Espindola | 219a796 | 2006-12-07 18:33:58 +0000 | [diff] [blame] | 2 | |
| Chandler Carruth | 959fe54 | 2011-07-02 20:43:11 +0000 | [diff] [blame] | 3 | ; CHECK: .section .dtors,"aw",%progbits | 
| 4 | ; CHECK: __DTOR_END__: | ||||
| Tanya Lattner | f697c03 | 2008-02-17 20:02:20 +0000 | [diff] [blame] | 5 | @__DTOR_END__ = internal global [1 x i32] zeroinitializer, section ".dtors" ; <[1 x i32]*> [#uses=0] | 
| 6 | |||||