[lld] 76f74d1 - remove temporary logging again now that things are figured out
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 27 11:01:47 PDT 2020
Author: Nico Weber
Date: 2020-04-27T14:01:37-04:00
New Revision: 76f74d15feb3b758a768a049c003137613a9249a
URL: https://github.com/llvm/llvm-project/commit/76f74d15feb3b758a768a049c003137613a9249a
DIFF: https://github.com/llvm/llvm-project/commit/76f74d15feb3b758a768a049c003137613a9249a.diff
LOG: remove temporary logging again now that things are figured out
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 2a2033562c53..7cc070c3737f 100644
--- a/lld/test/ELF/reproduce-linkerscript.s
+++ b/lld/test/ELF/reproduce-linkerscript.s
@@ -7,8 +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 --verbose --reproduce repro.tar
-# RUN: tar tf repro.tar
+# RUN: ld.lld build/foo.script -o /dev/null --reproduce repro.tar
# RUN: tar tf repro.tar | FileCheck -DPATH='%:t.dir' %s
# CHECK: [[PATH]]/build/foo.script
More information about the llvm-commits
mailing list