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 @@ -1259,7 +1259,7 @@ def create_argument_parser():
1259
1259
help = 'enable building llvm using modules' )
1260
1260
1261
1261
option ('--llvm-targets-to-build' , store ,
1262
- default = 'X86;ARM;AArch64;PowerPC;SystemZ;Mips;RISCV' ,
1262
+ default = 'X86;ARM;AArch64;PowerPC;SystemZ;Mips;RISCV;WebAssembly ' ,
1263
1263
help = 'LLVM target generators to build' )
1264
1264
1265
1265
option ('--llvm-ninja-targets' , append ,
Original file line number Diff line number Diff line change 217
217
'llvm_ninja_targets_for_cross_compile_hosts' : [],
218
218
'llvm_max_parallel_lto_link_jobs' :
219
219
defaults .LLVM_MAX_PARALLEL_LTO_LINK_JOBS ,
220
- 'llvm_targets_to_build' : 'X86;ARM;AArch64;PowerPC;SystemZ;Mips;RISCV' ,
220
+ 'llvm_targets_to_build' : 'X86;ARM;AArch64;PowerPC;SystemZ;Mips;RISCV;WebAssembly ' ,
221
221
'tsan_libdispatch_test' : False ,
222
222
'long_test' : False ,
223
223
'lto_type' : None ,
You can’t perform that action at this time.
0 commit comments