bolt/deps/llvm-18.1.8/llvm/test/CodeGen/ARM/coff-no-dead-strip.ll

14 lines
336 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; RUN: llc -mtriple thumbv7-windows-msvc -filetype asm -o - %s | FileCheck %s
@i = global i32 0
@j = weak global i32 0
@k = internal global i32 0
@llvm.used = appending global [3 x ptr] [ptr @i, ptr @j, ptr @k]
; CHECK: .section .drectve
; CHECK: .ascii " /INCLUDE:i"
; CHECK: .ascii " /INCLUDE:j"
; CHECK-NOT: .ascii " /INCLUDE:k"