To answer my own question a bit I ended up trying out several
different releases of LLVM+Clang. 15.0.4 for the M1 allowed the build
to completely proceed. I was also setting LLVM_INSTALL_ROOT but just
appending to the path to get 'llvm-config' on the path seemed to work
better. For the x86_64 build
I have been trying to compile 5.15.7-lts-lgpl on my M1 system running
Monterey. The actual compile seems to go off without a hitch for the
parts that I am compiling but when I get to the part of "make docs"
then I am getting an error but just not sure how to track this down
and Google doesn't seem
On Sunday, 6 November 2022 01:33:21 PST Dennis Luehring wrote:
> so the question is: why are Qt developers (like you?) do not use TSAN for
> detecting such problems?
It's too much work because of too many false positives in any non-trivial
work.
It might also be a resource limitation. Our CI alr
On Saturday, 5 November 2022 10:24:49 PDT Dennis Luehring wrote:
/qt6_dev/qt6-build$ ../qt6/qtbase/configure -developer-build -debug />>/-opensource
-nomake examples -nomake tests -sanitize thread />>/qt6_dev/qt6-build$ cmake --build
. --parallel 2 /
But it looks like Glib is a blackbox for TS