ARM test cases contributed by Apple.
[oota-llvm.git] / test / CodeGen / ARM / section.ll
1 ; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=arm-linux &&
2 ; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=arm-linux | grep "__DTOR_END__:" &&
3 ; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=arm-linux | \
4 ; RUN:    grep '.section .dtors,"aw",.progbits'
5
6 %__DTOR_END__ = internal global [1 x int] zeroinitializer, section ".dtors"