1 ; RUN: llc -mtriple thumbv7-windows-itanium -o - %s \
2 ; RUN: | FileCheck %s -check-prefix CHECK-WIN
4 ; RUN: llc -mtriple thumbv7-windows-gnu -o - %s \
5 ; RUN: | FileCheck %s -check-prefix CHECK-GNU
7 @llvm.global_ctors = appending global [1 x { i32, void ()*, i8* }] [{ i32, void ()*, i8* } { i32 65535, void ()* @function, i8* null }]
9 define arm_aapcs_vfpcc void @function() {
14 ; CHECK-WIN: .section .CRT$XCU,"dr"
15 ; CHECK-WIN: .long function
17 ; CHECK-GNU: .section .ctors,"dw"
18 ; CHECK-GNU: .long function