We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Update LLVM Version to 9.0.1
added cmake flag for static CRT on windows
friendlier copypasta
Updated How to build LLVM, libclang, and liblld from source (markdown)
riscv is no longer experimental
8 -> 9
Removed seemingly unnecessary command line option from LLVM: `-DCMAKE_PREFIX_PATH=$HOME/local `. This command line helps cmake find other cmake libraries, but llvm doesn't seem to need/use any other cmake libraries as far as I can tell. Note that this option is still used when building clang so it can find llvm.
Update for VS 2019, use Build Tools instead of VS Community
On windows, debug builds should have build type being `Debug` to avoid linking errors with zig because of iterator debug level. The problem is you can only build a debug version of zig with a debug build of llvm/clang (and same for release).
Suggest use of `/m` flag for multithreaded build on windows.
7 -> 8
on second thought, let's keep the non-default configure parameters to a minimum
I heard about these options on IRC
bump llvm version in examples from 5.0.1 -> 6.0.0
update examples to 5.0.1
remove LLD instructions for now
this should be fixed now
caveat for macos no longer applies. assertions can't be used due to a bug in llvm
Indicate that current master does not need this anymore.