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 @@ -872,6 +872,7 @@ check-symbols: startup_files libc
872872 @# TODO: Filter out __MEMORY_SCOPE_* that are new to clang 18.
873873 @# TODO: Filter out __GCC_(CON|DE)STRUCTIVE_SIZE that are new to clang 19.
874874 @# TODO: Filter out __STDC_EMBED_* that are new to clang 19.
875+ @# TODO: Filter out __*_NORM_MAX__ that are new to clang 19.
875876 @# TODO: clang defined __FLT_EVAL_METHOD__ until clang 15, so we force-undefine it
876877 @# for older versions.
877878 @# TODO: Undefine __wasm_mutable_globals__ and __wasm_sign_ext__, that are new to
@@ -912,6 +913,7 @@ check-symbols: startup_files libc
912913 | grep -v '^#define __MEMORY_SCOPE_' \
913914 | grep -v '^#define __GCC_\(CON\|DE\)STRUCTIVE_SIZE' \
914915 | grep -v '^#define __STDC_EMBED_' \
916+ | grep -v '^#define __\(DBL\|FLT\|LDBL\)_NORM_MAX__' \
915917 | grep -v '^#define NDEBUG' \
916918 | grep -v '^#define __OPTIMIZE__' \
917919 | grep -v '^#define assert' \
You can’t perform that action at this time.
0 commit comments