[ELF] - Fix for huge-temporary-file.s

Removed mentioning of checks. Sorry for noise.

llvm-svn: 292221
This commit is contained in:
George Rimar 2017-01-17 14:06:44 +00:00
parent ad530b2ac7
commit 4b0253af7e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
# RUN: echo "SECTIONS { .text 0x2000 : {. = 0x10 ; *(.text) } }" > %t.script
# RUN: not ld.lld %t --script %t.script -o %t1 2>&1 | FileCheck %s
# RUN: not ld.lld %t --script %t.script -o %t1
## This inputs previously created a 4gb temporarily fine under 32 bit
## configuration. Issue was fixed. There is no clean way to check that from here.