brintos

brintos / llvm-project-archived public Read only

0
0
Text · 369 B · 2f1f6c6 Raw
15 lines · plain
1# REQUIRES: x862# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o3# RUN: echo "SECTIONS { /DISCARD/ : { *(.bbb) } }" > %t.script4# RUN: ld.lld --emit-relocs --script %t.script %t.o -o %t15# RUN: llvm-readobj -r %t1 | FileCheck %s6 7# CHECK:      Relocations [8# CHECK-NEXT: ]9 10.section .aaa,"",@progbits11.Lfoo:12 13.section .bbb,"",@progbits14.long .Lfoo15