This is an archive of the discontinued LLVM Phabricator instance.

[COFF] ICF: use parallelForEach{,N}
ClosedPublic

Authored by MaskRay on Nov 21 2018, 2:03 PM.

Details

Diff Detail

Repository
rLLD LLVM Linker

Event Timeline

MaskRay created this revision.Nov 21 2018, 2:03 PM
MaskRay updated this revision to Diff 174981.Nov 21 2018, 2:04 PM

swap include order

ruiu accepted this revision.Nov 26 2018, 11:25 AM

We assume that threads are always available on Windows, and we don't provide an option to the user to disable multi-threading, so this change is basically a no-op. That said, I'd like to see this to land for the sake of consistency. LGTM.

This revision is now accepted and ready to land.Nov 26 2018, 11:25 AM
This revision was automatically updated to reflect the committed changes.