brintos

brintos / llvm-project-archived public Read only

0
0
Text · 270 B · 35ea13a Raw
8 lines · plain
1# REQUIRES: x862# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux -o %t1.o %s3# RUN: echo "SECTIONS { .foo : { BYTE(0x0) } }" > %t.script4# RUN: ld.lld -r %t1.o -script %t.script -o %t2.o5# RUN: llvm-readobj --sections %t2.o | FileCheck %s6 7# CHECK:  Name: .foo8