Skip to content

Commit dc3344f

Browse files
Merge pull request #68931 from kateinoigakukun/pr-93bebeaa805931c7490e59a6147337fb50114ec0
[wasm][test] WASI platform does not support injecting dynamic library
2 parents 7583850 + 072d4cc commit dc3344f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2314,7 +2314,7 @@ if run_vendor != 'apple':
23142314

23152315
if 'remote_run_host' in lit_config.params:
23162316
configure_remote_run()
2317-
elif not kIsWindows:
2317+
elif not kIsWindows and not run_os == 'wasi':
23182318
if 'use_os_stdlib' in lit_config.params:
23192319
config.available_features.add('use_os_stdlib')
23202320

0 commit comments

Comments
 (0)