#Need help compiling Zig with LLVM support

1 messages · Page 1 of 1 (latest)

gleaming venture
#

If it is relevant, I also built LLVM with the following CMake flags:
cmake -S llvm -B build -G Ninja -DLLVM_ENABLE_PROJECTS='clang;lld' -DCMAKE_BUILD_TYPE=RelWithDebInfo -DLLVM_U SE_LINKER=lld -DLLVM_PARALLEL_LINK_JOBS=1 -DLLVM_PARALLEL_COMPILE_JOBS=8

Then I just did a build and install with ninja

gleaming venture
#

I found this issue but I'm confused because it seems to conflict with the readme