summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kornienko <alexfh@google.com>2019-05-06 12:11:30 +0000
committerAlexander Kornienko <alexfh@google.com>2019-05-06 12:11:30 +0000
commit8b92ec521dec5d5a4d409d3de435f7adc0777983 (patch)
tree31c3d79a0e57341d3352210dbcb71ddada40d42a
parent8940f468809686d9a02145846e46d906f0e0ba54 (diff)
downloadbcm5719-llvm-8b92ec521dec5d5a4d409d3de435f7adc0777983.tar.gz
bcm5719-llvm-8b92ec521dec5d5a4d409d3de435f7adc0777983.zip
[lld] A better version of the fix in r359942.
Thanks to George Rimar for the suggestion. llvm-svn: 360040
-rw-r--r--lld/test/ELF/lto/thinlto-index-only.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/lto/thinlto-index-only.ll b/lld/test/ELF/lto/thinlto-index-only.ll
index 4a3764fcd39..594b4bcf767 100644
--- a/lld/test/ELF/lto/thinlto-index-only.ll
+++ b/lld/test/ELF/lto/thinlto-index-only.ll
@@ -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
OpenPOWER on IntegriCloud