This is an archive of the discontinued LLVM Phabricator instance.

[clang-scan-deps] Switch to using a ThreadPool
ClosedPublic

Authored by aganea on Feb 13 2020, 10:29 AM.

Details

Summary

This was already reviewed as part of D71775, but I wanted:

  1. Make sure you were fine with this change.
  2. Split out the unrelated bits from D71775 .

Tested with and without LLVM_ENABLE_THREADS.

Diff Detail

Event Timeline

aganea created this revision.Feb 13 2020, 10:29 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 13 2020, 10:29 AM
aganea updated this revision to Diff 244475.Feb 13 2020, 10:31 AM
This revision is now accepted and ready to land.Feb 13 2020, 11:49 AM

Thanks for the quick response!

This revision was automatically updated to reflect the committed changes.