Prefer common over weak linkage when linking.
[oota-llvm.git] / test / Linker / linkage2.ll
1 ; 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
5
6 ; CHECK: @test1_a = common global i8 0