blob: e345da1e95332beecdc0f6eeea30465e72e181b0 [file] [log] [blame]
Rafael Espindola7367d052006-12-07 18:33:58 +00001; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm &&
Reid Spencer90dd8712007-01-05 17:39:54 +00002; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep "__DTOR_END__:" &&
Reid Spencerf6dc65f2007-01-03 23:47:29 +00003; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | \
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"