https://bugs.freedesktop.org/show_bug.cgi?id=106756
--- Comment #9 from Samuel Pitoiset <samuel.pitoi...@gmail.com> ---
Well, the LLVM documentation [1] says:
"BUILD_SHARED_LIBS is only recommended for use by LLVM developers. If you want
to build LLVM as a shared library, you should use the LLVM_BUILD_LLVM_DYLIB
option."
Please, don't use that and re-build your LLVM with:
-DLLVM_BUILD_LLVM_DYLIB=ON
-DLLVM_LINK_LLVM_DYLIB=ON
(and remove BUILD_SHARED_LIBS, of course).
Let me know if it still crashes with these new flags.
[1] https://llvm.org/docs/CMake.html
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev