File tree 1 file changed +3
-2
lines changed
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
896
896
@# clang 16 for -mcpu=generic.
897
897
@# TODO: Undefine __wasm_multivalue__ and __wasm_reference_types__, that are new to
898
898
@# 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.
901
901
@# TODO: As of clang 16, __GNUC_VA_LIST is #defined without a value.
902
902
$(CC) $(CFLAGS) "$(SYSROOT_SHARE)/include-all.c" \
903
903
-isystem $(SYSROOT_INC) \
@@ -918,6 +918,7 @@ check-symbols: $(STARTUP_FILES) libc
918
918
-U__wasm_reference_types__ \
919
919
-U__wasm_nontrapping_fptoint__ \
920
920
$(if $(filter-out expected/wasm32-wasip1-threads,$(EXPECTED_TARGET_DIR)),-U__wasm_bulk_memory__) \
921
+ -U__wasm_bulk_memory_opt__ \
921
922
-U__GNUC__ \
922
923
-U__GNUC_MINOR__ \
923
924
-U__GNUC_PATCHLEVEL__ \
You can’t perform that action at this time.
0 commit comments