[PATCH] D133003: [ELF] Parallelize relocation scanning

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 27 09:45:01 PDT 2022


hans added a comment.

In D133003#3818518 <https://reviews.llvm.org/D133003#3818518>, @MaskRay wrote:

> In D133003#3817988 <https://reviews.llvm.org/D133003#3817988>, @hans wrote:
>
>> We're still seeing non-determinism after D133003 <https://reviews.llvm.org/D133003>. Did you verify that your change fixed the non-determinism in the repro tarball?
>
> For the repro tarball, I've verified it's fixed.
>
> `while :; do fld.lld @response.txt --threads=4 -o 0; fld.lld @response.txt --threads=4 -o 1; cmp 0 1; done` no output

Okay, thanks. I'll see if I can provide some kind of reproducer for the new problem.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133003



More information about the llvm-commits mailing list