Skip to content

Commit 072d4cc

Browse files
[wasm][test] WASI platform does not support injecting dynamic library
WASI does not provide any interface to inject dynamic library at runtime and all stdlib are now always statically linked, so don't need to inject dynamically.
1 parent bc4ab29 commit 072d4cc

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)