[lld] r279236 - [ELF] - Removed excessive llvm-readobj call from linkerscript-ouputformat.s. NFC.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 19 05:57:45 PDT 2016
Author: grimar
Date: Fri Aug 19 07:57:45 2016
New Revision: 279236
URL: http://llvm.org/viewvc/llvm-project?rev=279236&view=rev
Log:
[ELF] - Removed excessive llvm-readobj call from linkerscript-ouputformat.s. NFC.
Modified:
lld/trunk/test/ELF/linkerscript/linkerscript-ouputformat.s
Modified: lld/trunk/test/ELF/linkerscript/linkerscript-ouputformat.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/linkerscript/linkerscript-ouputformat.s?rev=279236&r1=279235&r2=279236&view=diff
==============================================================================
--- lld/trunk/test/ELF/linkerscript/linkerscript-ouputformat.s (original)
+++ lld/trunk/test/ELF/linkerscript/linkerscript-ouputformat.s Fri Aug 19 07:57:45 2016
@@ -7,4 +7,3 @@
# RUN: echo "OUTPUT_FORMAT(x, y)" > %t.script
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-freebsd %s -o %t1
# RUN: not ld.lld -shared -o %t2 %t1 %t.script
-# RUN: llvm-readobj %t2 > /dev/null
More information about the llvm-commits
mailing list