1 ; RUN: llc -mtriple thumbv7-windows-msvc -filetype asm -o - %s | FileCheck %s
5 @k = internal global i32 0
7 @llvm.used = appending global [3 x i8*] [i8* bitcast (i32* @i to i8*), i8* bitcast (i32* @j to i8*), i8* bitcast (i32* @k to i8*)]
9 ; CHECK: .section .drectve
10 ; CHECK: .ascii " /INCLUDE:i"
11 ; CHECK: .ascii " /INCLUDE:j"
12 ; CHECK-NOT: .ascii " /INCLUDE:k"