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
872
872
@# TODO: Filter out __MEMORY_SCOPE_* that are new to clang 18.
873
873
@# TODO: Filter out __GCC_(CON|DE)STRUCTIVE_SIZE that are new to clang 19.
874
874
@# TODO: Filter out __STDC_EMBED_* that are new to clang 19.
875
+ @# TODO: Filter out __*_NORM_MAX__ that are new to clang 19.
875
876
@# TODO: clang defined __FLT_EVAL_METHOD__ until clang 15, so we force-undefine it
876
877
@# for older versions.
877
878
@# TODO: Undefine __wasm_mutable_globals__ and __wasm_sign_ext__, that are new to
@@ -912,6 +913,7 @@ check-symbols: startup_files libc
912
913
| grep -v '^#define __MEMORY_SCOPE_' \
913
914
| grep -v '^#define __GCC_\(CON\|DE\)STRUCTIVE_SIZE' \
914
915
| grep -v '^#define __STDC_EMBED_' \
916
+ | grep -v '^#define __\(DBL\|FLT\|LDBL\)_NORM_MAX__' \
915
917
| grep -v '^#define NDEBUG' \
916
918
| grep -v '^#define __OPTIMIZE__' \
917
919
| grep -v '^#define assert' \
You can’t perform that action at this time.
0 commit comments