[SimplifyLibCalls] Remove useless bits of this tests.
[oota-llvm.git] / test / Linker / lto-attributes.ll
1 ; RUN: llvm-link -S %s -o - | FileCheck %s
2
3 ; CHECK-DAG: @foo = private externally_initialized global i8* null
4 @foo = private externally_initialized global i8* null
5
6 @useFoo = global i8** @foo
7
8 ; CHECK-DAG: @array = appending global [7 x i8] c"abcdefg", align 1
9 @array = appending global [7 x i8] c"abcdefg", align 1
10