12 lines · plain
1// REQUIRES: x862 3// RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o4// RUN: ld.lld -pie --pack-dyn-relocs=relr %t.o -o %t5// RUN: llvm-readobj --sections %t | FileCheck %s6 7.global _start8_start:9 nop10 11# CHECK-NOT: Name: .relr.dyn12