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 c0bd894 commit ea13917Copy full SHA for ea13917
Lib/test/support/__init__.py
@@ -867,7 +867,8 @@ def check_cflags_pgo():
867
868
869
def check_bolt_optimized():
870
- # Always return false, if the platform is WASI.
+ # Always return false, if the platform is WASI,
871
+ # because BOLT optimization does not support WASM binary.
872
if is_wasi:
873
return False
874
config_args = sysconfig.get_config_var('CONFIG_ARGS') or ''
0 commit comments