summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/metadata-global.ll
blob: 56d77e128bde87009ac29d987248ffe9ca4aa0df (plain)
1
2
3
4
5
6
7
8
9
10
11
; RUN: llvm-link %s -S | FileCheck %s

; CHECK-DAG: @a = global i32 0
; CHECK-DAG: @b = global i32 0, !associated !0

; CHECK-DAG: !0 = !{i32* @b}

@a = global i32 0
@b = global i32 0, !associated !0

!0 = !{i32* @b}
OpenPOWER on IntegriCloud