[lld] 2f2667b - add more temporary logging for a bot-only failure
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 18 17:23:05 PDT 2020
Author: Nico Weber
Date: 2020-04-18T20:22:52-04:00
New Revision: 2f2667b4ef3ef319a83249e672bab70292891136
URL: https://github.com/llvm/llvm-project/commit/2f2667b4ef3ef319a83249e672bab70292891136
DIFF: https://github.com/llvm/llvm-project/commit/2f2667b4ef3ef319a83249e672bab70292891136.diff
LOG: add more temporary logging for a bot-only failure
Added:
Modified:
lld/test/ELF/reproduce-linkerscript.s
Removed:
################################################################################
diff --git a/lld/test/ELF/reproduce-linkerscript.s b/lld/test/ELF/reproduce-linkerscript.s
index 32440d9b0d33..2a2033562c53 100644
--- a/lld/test/ELF/reproduce-linkerscript.s
+++ b/lld/test/ELF/reproduce-linkerscript.s
@@ -7,7 +7,7 @@
# RUN: echo "INCLUDE \"%t.dir/build/bar.script\"" >> %t.dir/build/foo.script
# RUN: echo "/* empty */" > %t.dir/build/bar.script
# RUN: cd %t.dir
-# RUN: ld.lld build/foo.script -o /dev/null --reproduce repro.tar
+# RUN: ld.lld build/foo.script --verbose --reproduce repro.tar
# RUN: tar tf repro.tar
# RUN: tar tf repro.tar | FileCheck -DPATH='%:t.dir' %s
More information about the llvm-commits
mailing list