[lld] c7c3b87 - add temporary logging to help diagnose a bot-only failure

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 17 19:07:05 PDT 2020


Author: Nico Weber
Date: 2020-04-17T22:06:37-04:00
New Revision: c7c3b877c814f6468b99e3abb417dbb007d90576

URL: https://github.com/llvm/llvm-project/commit/c7c3b877c814f6468b99e3abb417dbb007d90576
DIFF: https://github.com/llvm/llvm-project/commit/c7c3b877c814f6468b99e3abb417dbb007d90576.diff

LOG: add temporary logging to help diagnose 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 7cc070c3737f..32440d9b0d33 100644
--- a/lld/test/ELF/reproduce-linkerscript.s
+++ b/lld/test/ELF/reproduce-linkerscript.s
@@ -8,6 +8,7 @@
 # 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: tar tf 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