[PATCH] D126800: Write output sections in parallel
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 3 08:51:38 PDT 2022
thakis requested changes to this revision.
thakis added a comment.
This revision now requires changes to proceed.
(Marking as "Request Changes" so it disappears from my "Must Review" list. Please ping once this is addressed -- probably have to put diags emitted by osec::writeTo() into a (mutexed) vector and then print the contents of that vector sorted after, instead of outputting diags as they happen, to make sure diag output stays deterministic.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126800/new/
https://reviews.llvm.org/D126800
More information about the llvm-commits
mailing list