[PATCH] D51443: [dsymutil] Remove non-determinism.
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 6 11:26:48 PDT 2018
aprantl added a comment.
> Yup. Why would -j1 generate different output? With this patch it's actually the other way around, we used to generate different output without threading, but now we do the same thing in both cases because we use the offset which is computed before.
I discussed this with Fred and that was a misunderstanding on my end. On the flipside this also means that it isn't clear that -j1 actually uses less memory. Did you confirm that that's the case?
https://reviews.llvm.org/D51443
More information about the llvm-commits
mailing list