brintos

brintos / llvm-project-archived public Read only

0
0
Text · 444 B · 1b4293b Raw
13 lines · plain
1# REQUIRES: x862# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t3# RUN: echo "SECTIONS { .text 0x2000 : {. = 0x10 ; *(.text) } }" > %t.script4# RUN: not ld.lld %t --script %t.script -o /dev/null5 6## This inputs previously created a 4gb temporarily file under 32 bit7## configuration. Issue was fixed. There is no clean way to check that from here.8## This testcase added for documentation purposes.9 10.globl _start11_start:12nop13