mirror of
https://github.com/ziglang/zig.git
synced 2024-11-22 04:10:13 +00:00
Updated Troubleshooting Build Issues (markdown)
parent
5544a1d8fb
commit
5170674c84
@ -34,3 +34,7 @@ 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.
|
||||
|
||||
### Still not working?
|
||||
|
||||
Log on to one of the [[Community]] spaces and ask for help.
|
Loading…
Reference in New Issue
Block a user