repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git]
/
llvm
/
test
/
Linker
/
metadata-global.ll
blob
cd0b487447acff40917a51f09d37b25697ce2394
1
; RUN: llvm-link %s -S | FileCheck %s
2
3
; CHECK-DAG: @a = global i32 0
4
; CHECK-DAG: @b = global i32 0, !associated !0
5
6
; CHECK-DAG: !0 = !{ptr @a}
7
8
@a = global i32 0
9
@b = global i32 0, !associated !0
10
11
!0 = !{ptr @a}