aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Linker/Inputs/only-needed-compiler-used.ll
blob: 6d0fbdb4ceb78ec07417b671002e303f63d06d2f (plain)
1
2
3
4
5
6
7
@used1 = global i8 4
@used2 = global i32 123

@llvm.compiler.used = appending global [2 x ptr] [
   ptr @used1,
   ptr @used2
], section "llvm.metadata"