[clang-tidy][modernize-use-starts-ends-with] Fix operator rewriting false negative...
[llvm-project.git] / lld / test / ELF / map-gc-sections.s
blobf69edf591f2f85b69ba5da1a42354ca995899ce3
1 // REQUIRES: x86
2 // RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
3 // RUN: ld.lld %t.o -o /dev/null -Map=- --gc-sections | FileCheck %s
5 .section .tbss,"awT",@nobits
6 // CHECK-NOT: foo
7 .globl foo
8 foo:
9 .align 8
10 .long 0