File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -984,6 +984,8 @@ check-symbols: startup_files libc
984
984
@# clang 16 for -mcpu=generic.
985
985
@# TODO: Undefine __wasm_multivalue__ and __wasm_reference_types__, that are new to
986
986
@# clang 19 for -mcpu=generic.
987
+ @# TODO: Undefine __wasm_nontrapping_fptoint__ and __wasm_bulk_memory__, that are
988
+ @# new to clang 20.
987
989
@# TODO: As of clang 16, __GNUC_VA_LIST is #defined without a value.
988
990
$(CC) $(CFLAGS) "$(SYSROOT_SHARE)/include-all.c" \
989
991
-isystem $(SYSROOT_INC) \
@@ -1002,6 +1004,8 @@ check-symbols: startup_files libc
1002
1004
-U__wasm_sign_ext__ \
1003
1005
-U__wasm_multivalue__ \
1004
1006
-U__wasm_reference_types__ \
1007
+ -U__wasm_nontrapping_fptoint__ \
1008
+ $(if $(filter-out expected/wasm32-wasip1-threads,$(EXPECTED_TARGET_DIR)),-U__wasm_bulk_memory__) \
1005
1009
-U__GNUC__ \
1006
1010
-U__GNUC_MINOR__ \
1007
1011
-U__GNUC_PATCHLEVEL__ \
You can’t perform that action at this time.
0 commit comments