We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Homebrew had switched to LLVM 18, use llvm@17 for LLVM 17+
Updating llvm version
Updating to match https://github.com/ziglang/zig/wiki/Building-Zig-From-Source#instructions
Updated Troubleshooting Build Issues (markdown)
remove c_nonshared error
Remove references to ZIG_PREFER_CLANG_CPP_DYLIB
Gentoo: obsolete troubleshooting
Add example and update Ubuntu/Debian instructions
Clarify that you should pretty much always dynamically link clang+LLVM on M1 Macs
Justify dynamic linking to clang (No idea why this works, but It does)
Specify tip to link clang dynamically (this can be helpful)
Static linking LLVM doesn't work on M1 Macs, default works better (See here: https://gist.github.com/Techcable/47454d794b25d05a59bac557ec4a13ee)
Add a build issue on Arch Linux, where linking c_nonshared is necessary
add workaround for stage2 or stage3 not picking up paths to LLVM libs
Update Ubuntu/Debian instructions to LLVM 13 package names
wiki maintenance
I encountered this issue, the build process silently crashes with the command prompt disappearing. Thanks for @meghan for pointing that out.
LLVM upgrade troubleshooting on macOS
Remove redundant heading
Merge & update the instrucitons for linking to libclang-cpp.so
Specify required LLVM dev packages on ubuntu/debian