Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / ELF / resolution-shared.s
blobf59adce4957c490a578a02f479aadbbdd80f2071
1 // REQUIRES: x86
2 // RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
3 // RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %p/Inputs/resolution-shared.s -o %t2.o
4 // RUN: ld.lld %t2.o -o %t2.so -shared
5 // RUN: ld.lld %t.o %t2.so -o %t3 -shared
6 // RUN: llvm-readobj --symbols %t3 | FileCheck %s
8 .weak foo
9 foo:
11 // CHECK: Symbol {
12 // CHECK: Name: foo
13 // CHECK-NEXT: Value:
14 // CHECK-NEXT: Size:
15 // CHECK-NEXT: Binding: Weak