Skip to content

Commit aa71d4a

Browse files
committed
Pass subst_target_sil_opt_mock_sdk_after for WASI
1 parent 7e3e16b commit aa71d4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/lit.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1421,6 +1421,8 @@ elif run_os == 'wasi':
14211421
config.target_sil_opt = (
14221422
'%s -target %s %s %s %s' %
14231423
(config.sil_opt, config.variant_triple, resource_dir_opt, mcp_opt, config.sil_test_options))
1424+
subst_target_sil_opt_mock_sdk = config.target_sil_opt
1425+
subst_target_sil_opt_mock_sdk_after = ""
14241426
config.target_swift_symbolgraph_extract = ' '.join([
14251427
config.swift_symbolgraph_extract,
14261428
'-target', config.variant_triple,

0 commit comments

Comments
 (0)