Skip to content

Commit d43dcc6

Browse files
authored
Adjust Makefile for LLVM trunk (19) as of 2024-07-10 (#512)
llvm/llvm-project@0e7590a
1 parent 3f43ea9 commit d43dcc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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' \

0 commit comments

Comments
 (0)