[llvm] [LLVM][DWARF] Create thread safe context for DWP DWARFContext (PR #68262)

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 9 11:13:26 PDT 2023


dwblaikie wrote:

Not sure I follow - wouldn't it be suitable for a ThreadUnsafeDWARFContext to create a ThreadUnsafeDWARFContext for the DWP? And only a ThreadSafeDWARFContext would create a ThreadSafeDWARFContext for the DWP?

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


More information about the llvm-commits mailing list