Skip to content

Commit 92ef2fa

Browse files
committed
Build LLVM with RISCV support
1 parent eaa26f2 commit 92ef2fa

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

utils/build-presets.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1472,7 +1472,6 @@ mixin-preset=
14721472
[preset: LLDB_Nested]
14731473
skip-build-benchmarks
14741474
install-destdir=%(swift_install_destdir)s
1475-
llvm-targets-to-build=X86;ARM;AArch64;PowerPC;SystemZ;Mips
14761475

14771476
[preset: LLDB_Swift_DebugAssert]
14781477
mixin-preset=

utils/build_swift/build_swift/driver_arguments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@ def create_argument_parser():
12111211
in_group('Build settings specific for LLVM')
12121212

12131213
option('--llvm-targets-to-build', store,
1214-
default='X86;ARM;AArch64;PowerPC;SystemZ;Mips',
1214+
default='X86;ARM;AArch64;PowerPC;SystemZ;Mips;RISCV',
12151215
help='LLVM target generators to build')
12161216

12171217
option('--llvm-ninja-targets', append,

0 commit comments

Comments
 (0)