blob: c70402501391d29a300c7fd583305ee171d2b049 [file] [log] [blame]
# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
# RUN: echo "PHDRS {foo PT_DYNAMIC ;} " \
# RUN: "SECTIONS { .text : { *(.text) } : foo }" > %t.script
# RUN: ld.lld -o %t1 --script %t.script %t.o