Using the current machine's thread count as the chunkCount results in
non-deterministic binaries across machines with different core counts.
This is an attempt to pick a relatively reasoanble number for the
average case. Theoretically this could be configurable.
Details
Details
- Reviewers
int3 - Group Reviewers
Restricted Project
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thank you! I reclaimed D155761.
(I should have read the linked bug first. I just saw your other patch and thought that the uuid thing can be changed based on my understanding of ld.lld --build-id :))