[llvm] Make DWARFUnitVector threadsafe. (PR #71487)

Greg Clayton via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 7 20:55:49 PST 2023


clayborg wrote:

So I simplified this patch to just not do lazy parsing when we need multi-threading. This will solve the problem without affecting performance for single threaded applications. Lemme know your thoughts.

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


More information about the llvm-commits mailing list