[memprof] Remove an unused using directive (#117004)
[llvm-project.git] / lld / test / ELF / comment-gc.s
bloba8f4846a40f001da0678dfd6d8926f9b4c7ec2b0
1 # REQUIRES: x86
2 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
3 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %p/Inputs/comment-gc.s -o %t2.o
4 # RUN: ld.lld %t.o %t2.o -o %t1 --gc-sections -shared
5 # RUN: llvm-objdump -s %t1 | FileCheck %s
7 # CHECK: Contents of section .comment:
8 # CHECK-NEXT: foo..LLD 1.0.bar
9 # CHECK-NEXT: .{{$}}
11 .ident "foo"
13 .globl _start
14 _start:
15 nop