forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Labels
comgrRelated to Code Object ManagerRelated to Code Object ManagerenhancementNew feature or requestNew feature or request
Description
Currently Comgr includes mutex locks around compilation actions to avoid unexpected LLVM multi-threading side effects.
It would be nice to fix the issues with LLVM preventing multiple threads from maintaining independent LLVM instances. We could then remove these locks in Comgr to allow for parallel compilation
Metadata
Metadata
Assignees
Labels
comgrRelated to Code Object ManagerRelated to Code Object ManagerenhancementNew feature or requestNew feature or request