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():
12591259 help = 'enable building llvm using modules' )
12601260
12611261 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 ' ,
12631263 help = 'LLVM target generators to build' )
12641264
12651265 option ('--llvm-ninja-targets' , append ,
Original file line number Diff line number Diff line change 217217 'llvm_ninja_targets_for_cross_compile_hosts' : [],
218218 'llvm_max_parallel_lto_link_jobs' :
219219 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 ' ,
221221 'tsan_libdispatch_test' : False ,
222222 'long_test' : False ,
223223 'lto_type' : None ,
You can’t perform that action at this time.
0 commit comments