brintos

brintos / llvm-project-archived public Read only

0
0
Text · 336 B · a129355 Raw
14 lines · plain
1; RUN: llc -mtriple thumbv7-windows-msvc -filetype asm -o - %s | FileCheck %s2 3@i = global i32 04@j = weak global i32 05@k = internal global i32 06 7@llvm.used = appending global [3 x ptr] [ptr @i, ptr @j, ptr @k]8 9; CHECK: .section .drectve10; CHECK: .ascii " /INCLUDE:i"11; CHECK: .ascii " /INCLUDE:j"12; CHECK-NOT: .ascii " /INCLUDE:k"13 14