Skip to content

Commit ea13917

Browse files
committed
Address code review
1 parent c0bd894 commit ea13917

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/test/support/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,8 @@ def check_cflags_pgo():
867867

868868

869869
def check_bolt_optimized():
870-
# Always return false, if the platform is WASI.
870+
# Always return false, if the platform is WASI,
871+
# because BOLT optimization does not support WASM binary.
871872
if is_wasi:
872873
return False
873874
config_args = sysconfig.get_config_var('CONFIG_ARGS') or ''

0 commit comments

Comments
 (0)