[PATCH] D119074: [ELF] Parse archives as --start-lib object files

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 16 09:10:10 PST 2022


MaskRay added a comment.

In D119074#3326237 <https://reviews.llvm.org/D119074#3326237>, @thakis wrote:

> Hooray for the speedup!
>
> Looks like this breaks tests on Windows though: https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket/8822094137116818593/+/u/package_clang/stdout?format=raw
>
>   tail: cannot open `+9' for reading: No such file or directory
>
> Looks like the gnuwin version of tail doesn't like `-c +9` syntax. Is there a different way of writing this?

We can unsupport the test on Windows. Is it that old? http://gnuwin32.sourceforge.net/packages/coreutils.htm


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119074



More information about the llvm-commits mailing list