https://bugzilla.kernel.org/show_bug.cgi?id=204725

--- Comment #44 from Michel Dänzer (mic...@daenzer.net) ---
(In reply to Dmitri Seletski from comment #39)
> /usr/lib64/dri/swrast_dri.so failed (libLLVMAMDGPUCodeGen.so.8: cannot open
> shared object file: No such file or directory)

BTW, LLVM only builds shared libraries like libLLVMAMDGPUCodeGen if
BUILD_SHARED_LIBS is enabled in its build configuration, which is bad for
performance and other reasons. Make sure you don't have any customization which
enables this, and if Gentoo enables it by default, please ask them not to.
LLVM_BUILD_LLVM_DYLIB should be enabled instead.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to