annotate test/Linker/metadata-global.ll @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
121
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
1 ; RUN: llvm-link %s -S | FileCheck %s
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
2
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
3 ; CHECK-DAG: @a = global i32 0
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
4 ; CHECK-DAG: @b = global i32 0, !associated !0
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
5
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
6 ; CHECK-DAG: !0 = !{i32* @b}
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
7
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
8 @a = global i32 0
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
9 @b = global i32 0, !associated !0
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
10
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
11 !0 = !{i32* @b}