We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d2df8 commit 6fd5902Copy full SHA for 6fd5902
utils/build_swift/tests/expected_options.py
@@ -235,7 +235,8 @@
235
'llvm_ninja_targets_for_cross_compile_hosts': [],
236
'llvm_max_parallel_lto_link_jobs':
237
defaults.LLVM_MAX_PARALLEL_LTO_LINK_JOBS,
238
- 'llvm_targets_to_build': 'X86;ARM;AArch64;PowerPC;SystemZ;Mips;RISCV;WebAssembly;AVR',
+ 'llvm_targets_to_build':
239
+ 'X86;ARM;AArch64;PowerPC;SystemZ;Mips;RISCV;WebAssembly;AVR',
240
'tsan_libdispatch_test': False,
241
'long_test': False,
242
'lto_type': None,
0 commit comments