File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1261,7 +1261,7 @@ def create_argument_parser():
1261
1261
help = 'enable building llvm using modules' )
1262
1262
1263
1263
option ('--llvm-targets-to-build' , store ,
1264
- default = 'X86;ARM;AArch64;PowerPC;SystemZ;Mips' ,
1264
+ default = 'X86;ARM;AArch64;PowerPC;SystemZ;Mips;RISCV ' ,
1265
1265
help = 'LLVM target generators to build' )
1266
1266
1267
1267
option ('--llvm-ninja-targets' , append ,
Original file line number Diff line number Diff line change 218
218
'llvm_ninja_targets_for_cross_compile_hosts' : [],
219
219
'llvm_max_parallel_lto_link_jobs' :
220
220
defaults .LLVM_MAX_PARALLEL_LTO_LINK_JOBS ,
221
- 'llvm_targets_to_build' : 'X86;ARM;AArch64;PowerPC;SystemZ;Mips' ,
221
+ 'llvm_targets_to_build' : 'X86;ARM;AArch64;PowerPC;SystemZ;Mips;RISCV ' ,
222
222
'tsan_libdispatch_test' : False ,
223
223
'long_test' : False ,
224
224
'lto_type' : None ,
You can’t perform that action at this time.
0 commit comments