Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / ELF / hidden-vis-shared.s
blobf3fa206895a31da6d1f6d92c53784fe925d3827e
1 // REQUIRES: x86
3 // RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
4 // RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %p/Inputs/shared.s -o %t2.o
5 // RUN: ld.lld -shared %t2.o -o %t2.so
6 // RUN: ld.lld %t.o %t2.so -o %t
7 // RUN: llvm-readobj -r %t | FileCheck %s
8 // RUN: ld.lld %t2.so %t.o -o %t
9 // RUN: llvm-readobj -r %t | FileCheck %s
11 // CHECK: Relocations [
12 // CHECK-NEXT: ]
14 .global _start
15 _start:
16 callq bar
17 .hidden bar
18 .weak bar