brintos

brintos / llvm-project-archived public Read only

0
0
Text · 304 B · 51163ea Raw
15 lines · plain
1# REQUIRES: x862 3# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o4# RUN: ld.lld %t.o -o %t.so --icf=all -shared5# RUN: llvm-objdump -t %t.so | FileCheck %s6 7# CHECK: zed8 9        .section        .foo,"ax",@progbits10        nop11 12        .section        .bar,"ax",@progbits13zed:14        nop15