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

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents
children
comparison
equal deleted inserted replaced
120:1172e4bd9c6f 121:803732b1fca8
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 = !{i32* @b}
7
8 @a = global i32 0
9 @b = global i32 0, !associated !0
10
11 !0 = !{i32* @b}