File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 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
984984 @# clang 16 for -mcpu=generic.
985985 @# TODO: Undefine __wasm_multivalue__ and __wasm_reference_types__, that are new to
986986 @# clang 19 for -mcpu=generic.
987+ @# TODO: Undefine __wasm_nontrapping_fptoint__ and __wasm_bulk_memory__, that are
988+ @# new to clang 20.
987989 @# TODO: As of clang 16, __GNUC_VA_LIST is #defined without a value.
988990 $(CC) $(CFLAGS) "$(SYSROOT_SHARE)/include-all.c" \
989991 -isystem $(SYSROOT_INC) \
@@ -1002,6 +1004,8 @@ check-symbols: startup_files libc
10021004 -U__wasm_sign_ext__ \
10031005 -U__wasm_multivalue__ \
10041006 -U__wasm_reference_types__ \
1007+ -U__wasm_nontrapping_fptoint__ \
1008+ $(if $(filter-out expected/wasm32-wasip1-threads,$(EXPECTED_TARGET_DIR)),-U__wasm_bulk_memory__) \
10051009 -U__GNUC__ \
10061010 -U__GNUC_MINOR__ \
10071011 -U__GNUC_PATCHLEVEL__ \
You can’t perform that action at this time.
0 commit comments