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

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 06:06:44 PST 2017


Author: grimar
Date: Tue Jan 17 08:06:44 2017
New Revision: 292221

URL: http://llvm.org/viewvc/llvm-project?rev=292221&view=rev
Log:
[ELF] - Fix for huge-temporary-file.s

Removed mentioning of checks. Sorry for noise.

Modified:
    lld/trunk/test/ELF/linkerscript/huge-temporary-file.s

Modified: lld/trunk/test/ELF/linkerscript/huge-temporary-file.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/linkerscript/huge-temporary-file.s?rev=292221&r1=292220&r2=292221&view=diff
==============================================================================
--- lld/trunk/test/ELF/linkerscript/huge-temporary-file.s (original)
+++ lld/trunk/test/ELF/linkerscript/huge-temporary-file.s Tue Jan 17 08:06:44 2017
@@ -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.




More information about the llvm-commits mailing list