Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / Linker / lto-attributes.ll
blob8c2f994d3fb19e6b2936170f841629e136405290
1 ; RUN: llvm-link -S %s -o - | FileCheck %s
3 ; CHECK-DAG: @foo = private externally_initialized global ptr null
4 @foo = private externally_initialized global ptr null
6 @useFoo = global ptr @foo
8 ; CHECK-DAG: @array = appending global [7 x i8] c"abcdefg", align 1
9 @array = appending global [7 x i8] c"abcdefg", align 1