Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / ELF / linkerscript / output-too-large-32bit.s
bloba6224c4077a2b355febd9f49b087acea8fbd829e
1 # REQUIRES: x86 && !llvm-64-bits
3 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
4 # RUN: echo "SECTIONS { .text : { . = 0x6fffffffffffffff; *(.text*); } }" > %t.script
5 # RUN: not ld.lld --no-check-sections --script %t.script %t.o -o /dev/null 2>&1 | FileCheck %s
7 # CHECK: output file too large
9 .global _start
10 _start:
11 nop