[memprof] Remove an unused using directive (#117004)
[llvm-project.git] / lld / test / ELF / gc-sections-weak.s
blobd96d5266308323521dcde910a9a5e57b78601eaa
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/gc-sections-weak.s -o %t2.o
4 // RUN: ld.lld %t.o %t2.o -o %t.so -shared --gc-sections
5 // RUN: llvm-readobj -S %t.so | FileCheck %s
7 .global foo
8 foo:
9 nop
11 .data
12 .global bar1
13 bar1:
14 .quad foo
16 // CHECK: Name: .text
17 // CHECK-NEXT: Type: SHT_PROGBITS
18 // CHECK-NEXT: Flags [
19 // CHECK-NEXT: SHF_ALLOC
20 // CHECK-NEXT: SHF_EXECINSTR
21 // CHECK-NEXT: ]
22 // CHECK-NEXT: Address:
23 // CHECK-NEXT: Offset:
24 // CHECK-NEXT: Size: 1