blob: fcb86c542a06a16d16e1661b2b3396a5d0717ccc [file] [log] [blame]
Evan Cheng02b985c2007-01-19 09:20:23 +00001; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=arm-linux | \
Reid Spencer1c0c94d2007-04-15 19:11:47 +00002; RUN: grep {__DTOR_END__:}
3; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=arm-linux | \
4; RUN: grep {.section .dtors,"aw",.progbits}
Rafael Espindola7367d052006-12-07 18:33:58 +00005
6%__DTOR_END__ = internal global [1 x int] zeroinitializer, section ".dtors"