File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -896,8 +896,8 @@ check-symbols: $(STARTUP_FILES) libc
896896 @# clang 16 for -mcpu=generic.
897897 @# TODO: Undefine __wasm_multivalue__ and __wasm_reference_types__, that are new to
898898 @# clang 19 for -mcpu=generic.
899- @# TODO: Undefine __wasm_nontrapping_fptoint__ and __wasm_bulk_memory__, that are
900- @# new to clang 20.
899+ @# TODO: Undefine __wasm_nontrapping_fptoint__, __wasm_bulk_memory__ and
900+ @# __wasm_bulk_memory_opt__, that are new to clang 20.
901901 @# TODO: As of clang 16, __GNUC_VA_LIST is #defined without a value.
902902 $(CC) $(CFLAGS) "$(SYSROOT_SHARE)/include-all.c" \
903903 -isystem $(SYSROOT_INC) \
@@ -918,6 +918,7 @@ check-symbols: $(STARTUP_FILES) libc
918918 -U__wasm_reference_types__ \
919919 -U__wasm_nontrapping_fptoint__ \
920920 $(if $(filter-out expected/wasm32-wasip1-threads,$(EXPECTED_TARGET_DIR)),-U__wasm_bulk_memory__) \
921+ -U__wasm_bulk_memory_opt__ \
921922 -U__GNUC__ \
922923 -U__GNUC_MINOR__ \
923924 -U__GNUC_PATCHLEVEL__ \
You can’t perform that action at this time.
0 commit comments