blob: 283a3b941df8e0a3725de7ffc9987dc428da9f15 [file] [log] [blame]
Rafael Espindola7fc29542014-09-09 14:27:09 +00001; RUN: llvm-link %s %p/Inputs/linkage2.ll -S | FileCheck %s
2; RUN: llvm-link %p/Inputs/linkage2.ll %s -S | FileCheck %s
3
4@test1_a = common global i8 0
Rafael Espindola09106052014-09-09 15:59:12 +00005; CHECK-DAG: @test1_a = common global i8 0
Rafael Espindolac83c8d42014-09-09 14:52:27 +00006
7@test2_a = global i8 0
Rafael Espindola09106052014-09-09 15:59:12 +00008; CHECK-DAG: @test2_a = global i8 0
9
10@test3_a = common global i8 0
11; CHECK-DAG: @test3_a = common global i16 0