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