Skip to content

Commit 3ce8281

Browse files
committed
Build LLVM with RISCV support
1 parent eaa26f2 commit 3ce8281

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/build-presets.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,6 +857,7 @@ relocate-xdg-cache-home-under-build-subdir
857857
mixin-preset=
858858
mixin_linux_installation
859859
build-subdir=buildbot_linux
860+
llvm-targets-to-build=X86;ARM;AArch64;PowerPC;SystemZ;Mips;RISCV
860861
lldb
861862
release
862863
test
@@ -1472,7 +1473,7 @@ mixin-preset=
14721473
[preset: LLDB_Nested]
14731474
skip-build-benchmarks
14741475
install-destdir=%(swift_install_destdir)s
1475-
llvm-targets-to-build=X86;ARM;AArch64;PowerPC;SystemZ;Mips
1476+
llvm-targets-to-build=X86;ARM;AArch64;PowerPC;SystemZ;Mips;RISCV
14761477

14771478
[preset: LLDB_Swift_DebugAssert]
14781479
mixin-preset=

0 commit comments

Comments
 (0)