brintos

brintos / llvm-project-archived public Read only

0
0
Text · 361 B · d0fcf7a Raw
14 lines · plain
1# REQUIRES: x862# RUN: echo "SECTIONS { .foo : { *(.eh_frame) } }" > %t.script3# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o4# RUN: ld.lld --emit-relocs %t.o -T %t.script -o %t5# RUN: llvm-objdump --section-headers %t | FileCheck %s6 7# CHECK-NOT: eh_frame8# CHECK:     .rela.foo9# CHECK-NOT: eh_frame10 11.text12 .cfi_startproc13 .cfi_endproc14