[Bug 204725] black screen

bugzilla-daemon at bugzilla.kernel.org bugzilla-daemon at bugzilla.kernel.org
Mon Sep 2 10:42:59 UTC 2019


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

--- Comment #44 from Michel Dänzer (michel at 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.


More information about the dri-devel mailing list