[Lldb-commits] [PATCH] D122975: parallelize calling of Module::PreloadSymbols()

Luboš Luňák via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 5 14:15:02 PDT 2022


llunak added a comment.

In D122975#3430613 <https://reviews.llvm.org/D122975#3430613>, @JDevlieghere wrote:

> After applying this patch I started seeing data races reported by TSan when running the shell tests (`check-lldb-shell`). It seems to happen to different tests on different runs but the backtraces are the same.

That's some debug code using a static bool. I take it D123158 <https://reviews.llvm.org/D123158> takes care of it?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122975/new/

https://reviews.llvm.org/D122975



More information about the lldb-commits mailing list