[llvm] Make WriteIndexesThinBackend multi threaded (PR #109847)

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 25 10:38:36 PDT 2024


================
@@ -1613,6 +1614,10 @@ namespace {
 class WriteIndexesThinBackend : public ThinBackendProc {
   std::string OldPrefix, NewPrefix, NativeObjectPrefix;
   raw_fd_ostream *LinkedObjectsFile;
+  DefaultThreadPool BackendThreadPool;
----------------
teresajohnson wrote:

Can the common data members now be moved to the base class?

https://github.com/llvm/llvm-project/pull/109847


More information about the llvm-commits mailing list