[PATCH] D54812: [COFF] ICF: use parallelForEach{,N}
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 26 11:27:05 PST 2018
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
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.
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54812/new/
https://reviews.llvm.org/D54812
More information about the llvm-commits
mailing list