Add Wasm, RISC-V, BPF, and NVPTX targets back to Windows release pack… · llvm/llvm-project@b727a13 (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit b727a13
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 ^ |