bolt/deps/llvm-18.1.8/llvm/test/Linker/lto-attributes.ll
2025-02-14 19:21:04 +01:00

10 lines
317 B
LLVM

; RUN: llvm-link -S %s -o - | FileCheck %s
; CHECK-DAG: @foo = private externally_initialized global ptr null
@foo = private externally_initialized global ptr null
@useFoo = global ptr @foo
; CHECK-DAG: @array = appending global [7 x i8] c"abcdefg", align 1
@array = appending global [7 x i8] c"abcdefg", align 1