]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/ELF/linkerscript/bss-fill.s
Vendor import of lld trunk r304222:
[FreeBSD/FreeBSD.git] / test / ELF / linkerscript / bss-fill.s
1 # REQUIRES: x86
2 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
3 # RUN: echo "SECTIONS { .bss : { . += 0x10000; *(.bss) } =0xFF };" > %t.script
4 # RUN: ld.lld -o %t --script %t.script %t.o
5
6 .section .bss,"",@nobits
7 .short 0