[PATCH] D77750: [ELF][test] Improve reproduce tests and enable for Windows

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 14 06:55:04 PDT 2020


thakis added a comment.

This fails on our bots: https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8883156523552124208/+/steps/package_clang/0/stdout

Looks like dots are escaped for some reason:

"""
<stdin>:4:1: note: scanning from here
 repro/C/b/s/w/ir/cache/builder/src/third_party/llvm-build/Release+Asserts/tools/lld/test/ELF/Output/reproduce-linkerscript.s.tmp.dir/build/bar.script
 """

Can you take a look, please?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77750/new/

https://reviews.llvm.org/D77750





More information about the llvm-commits mailing list