bolt/deps/llvm-18.1.8/llvm/test/Linker/metadata-global.ll

12 lines
215 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; RUN: llvm-link %s -S | FileCheck %s
; CHECK-DAG: @a = global i32 0
; CHECK-DAG: @b = global i32 0, !associated !0
; CHECK-DAG: !0 = !{ptr @a}
@a = global i32 0
@b = global i32 0, !associated !0
!0 = !{ptr @a}