Updated Troubleshooting Build Issues (markdown)

Andrew Kelley 2020-06-26 15:12:05 -04:00
parent 5544a1d8fb
commit 5170674c84

@ -33,4 +33,8 @@ Like Arch Linux' clang package, Gentoo's Clang is built without static libraries
If you get the message `: CommandLine Error: Option 'mc-relax-all' registered more than once!`, you're affected by the issue discussed in https://reviews.llvm.org/D75579. The fix has not (yet?) been included in clang 10.0.1. As a workaround, you can build clang with the line `add_clang_subdirectory(handle-llvm)` removed from clang/tools/clang-fuzzer/CMakeLists.txt.
Additionally, you'll need lld's .a and .h files, which aren't installed by Gentoo's lld ebuild, so you'll need to modify your lld ebuild file to not delete them.
Additionally, you'll need lld's .a and .h files, which aren't installed by Gentoo's lld ebuild, so you'll need to modify your lld ebuild file to not delete them.
### Still not working?
Log on to one of the [[Community]] spaces and ask for help.