[lld] r360040 - [lld] A better version of the fix in r359942.
Alexander Kornienko via llvm-commits
llvm-commits at lists.llvm.org
Mon May 6 05:11:30 PDT 2019
Author: alexfh
Date: Mon May 6 05:11:30 2019
New Revision: 360040
URL: http://llvm.org/viewvc/llvm-project?rev=360040&view=rev
Log:
[lld] A better version of the fix in r359942.
Thanks to George Rimar for the suggestion.
Modified:
lld/trunk/test/ELF/lto/thinlto-index-only.ll
Modified: lld/trunk/test/ELF/lto/thinlto-index-only.ll
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/lto/thinlto-index-only.ll?rev=360040&r1=360039&r2=360040&view=diff
==============================================================================
--- lld/trunk/test/ELF/lto/thinlto-index-only.ll (original)
+++ lld/trunk/test/ELF/lto/thinlto-index-only.ll Mon May 6 05:11:30 2019
@@ -41,7 +41,7 @@
; Ensure LLD generates an empty index for each bitcode file even if all bitcode files are lazy.
; RUN: rm -f %t1.o.thinlto.bc
; RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux-gnu /dev/null -o %tdummy.o
-; RUN: ld.lld --plugin-opt=thinlto-index-only -shared %tdummy.o --start-lib %t1.o --end-lib -o %t4
+; RUN: ld.lld --plugin-opt=thinlto-index-only -shared %tdummy.o --start-lib %t1.o --end-lib -o /dev/null
; RUN: ls %t1.o.thinlto.bc
; NM: T f
More information about the llvm-commits
mailing list