File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -890,6 +890,7 @@ check-symbols: $(STARTUP_FILES) libc
890890 @# TODO: Filter out __GCC_(CON|DE)STRUCTIVE_SIZE that are new to clang 19.
891891 @# TODO: Filter out __STDC_EMBED_* that are new to clang 19.
892892 @# TODO: Filter out __*_NORM_MAX__ that are new to clang 19.
893+ @# TODO: Filter out __INT*_C() that are new to clang 20.
893894 @# TODO: clang defined __FLT_EVAL_METHOD__ until clang 15, so we force-undefine it
894895 @# for older versions.
895896 @# TODO: Undefine __wasm_mutable_globals__ and __wasm_sign_ext__, that are new to
@@ -940,6 +941,7 @@ check-symbols: $(STARTUP_FILES) libc
940941 | grep -v '^#define __OPTIMIZE__' \
941942 | grep -v '^#define assert' \
942943 | grep -v '^#define __NO_INLINE__' \
944+ | grep -v '^#define __U\?INT.*_C(' \
943945 > "$(SYSROOT_SHARE)/predefined-macros.txt"
944946
945947 # Check that the computed metadata matches the expected metadata.
You can’t perform that action at this time.
0 commit comments