Add Wasm, RISC-V, BPF, and NVPTX targets back to Windows release pack… · llvm/llvm-project@b727a13 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit b727a13

zmodemtstellar

authored and

committed

File tree

1 file changed

lines changed

1 file changed

lines changed

Lines changed: 1 addition & 1 deletion

Original file line number Diff line number Diff line change
@@ -150,7 +150,7 @@ set common_cmake_flags=^
150 150 -DCMAKE_BUILD_TYPE=Release ^
151 151 -DLLVM_ENABLE_ASSERTIONS=OFF ^
152 152 -DLLVM_INSTALL_TOOLCHAIN_ONLY=ON ^
153 - -DLLVM_TARGETS_TO_BUILD="AArch64;ARM;X86" ^
153 + -DLLVM_TARGETS_TO_BUILD="AArch64;ARM;X86;BPF;WebAssembly;RISCV;NVPTX" ^
154 154 -DLLVM_BUILD_LLVM_C_DYLIB=ON ^
155 155 -DCMAKE_INSTALL_UCRT_LIBRARIES=ON ^
156 156 -DPython3_FIND_REGISTRY=NEVER ^