[PATCH] D44464: OptBisect is improved to be overridden in LLVMContext
Fedor Sergeev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 14 14:45:56 PDT 2018
fedor.sergeev added a comment.
In https://reviews.llvm.org/D44464#1037665, @andrew.w.kaylor wrote:
> Compiling in multiple threads probably isn't handled well with the current implementation (i.e. prior to this patch) but having different instances of the OptBisect object for each thread may not fix it.
Btw, we do compile in multiple threads, having separate LLVMContexts for each thread.
https://reviews.llvm.org/D44464
More information about the llvm-commits
mailing list