brintos

brintos / llvm-project-archived public Read only

0
0
Text · 356 B · b83c83a Raw
12 lines · plain
1# REQUIRES: x862# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t1.o3# RUN: echo "SECTIONS { /DISCARD/ : { *(.eh_frame) } }" > %t.script4# RUN: ld.lld --emit-relocs --script %t.script %t1.o -o %t5# RUN: llvm-objdump --section-headers %t | FileCheck %s6 7# CHECK-NOT: .rela.eh_frame8 9.section .foo,"ax",@progbits10.cfi_startproc11.cfi_endproc12