Todd Lipcon has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/10104 )
Change subject: iwyu: run IWYU on multiple cores ...................................................................... iwyu: run IWYU on multiple cores This changes iwyu_tool to use a number of parallel IWYU processes equal to the number of cores, resulting in a huge speedup for common dev workflows. Change-Id: I97206318943b408c6fdd5637c6ccb79ee4d87d3f Reviewed-on: http://gerrit.cloudera.org:8080/10104 Reviewed-by: Dan Burkert <[email protected]> Tested-by: Kudu Jenkins --- M build-support/iwyu/iwyu_tool.py 1 file changed, 22 insertions(+), 10 deletions(-) Approvals: Dan Burkert: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/10104 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I97206318943b408c6fdd5637c6ccb79ee4d87d3f Gerrit-Change-Number: 10104 Gerrit-PatchSet: 2 Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
