llvm-6502/test/CodeGen/ARM/section.ll

7 lines
282 B
LLVM
Raw Normal View History

; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=arm-linux | \
; RUN: grep {__DTOR_END__:}
; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=arm-linux | \
; RUN: grep {.section .dtors,"aw",.progbits}
%__DTOR_END__ = internal global [1 x int] zeroinitializer, section ".dtors"