[clang-tidy][modernize-use-starts-ends-with] Fix operator rewriting false negative...
[llvm-project.git] / lld / test / ELF / empty-pack-dyn-relocs.s
blobfa8261ddb3998cfcc1aa645b617238ca7c0ad03d
1 // REQUIRES: x86
3 // RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
4 // RUN: ld.lld -pie --pack-dyn-relocs=relr %t.o -o %t
5 // RUN: llvm-readobj --sections %t | FileCheck %s
7 .global _start
8 _start:
9 nop
11 # CHECK-NOT: Name: .relr.dyn