Skip to content

Commit cef854d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)