Skip to content

Commit

Permalink
Adjust Makefile for LLVM trunk (19) as of 2024-07-10 (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Jul 11, 2024
1 parent 3f43ea9 commit d43dcc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,7 @@ check-symbols: startup_files libc
@# TODO: Filter out __MEMORY_SCOPE_* that are new to clang 18.
@# TODO: Filter out __GCC_(CON|DE)STRUCTIVE_SIZE that are new to clang 19.
@# TODO: Filter out __STDC_EMBED_* that are new to clang 19.
@# TODO: Filter out __*_NORM_MAX__ that are new to clang 19.
@# TODO: clang defined __FLT_EVAL_METHOD__ until clang 15, so we force-undefine it
@# for older versions.
@# TODO: Undefine __wasm_mutable_globals__ and __wasm_sign_ext__, that are new to
Expand Down Expand Up @@ -912,6 +913,7 @@ check-symbols: startup_files libc
| grep -v '^#define __MEMORY_SCOPE_' \
| grep -v '^#define __GCC_\(CON\|DE\)STRUCTIVE_SIZE' \
| grep -v '^#define __STDC_EMBED_' \
| grep -v '^#define __\(DBL\|FLT\|LDBL\)_NORM_MAX__' \
| grep -v '^#define NDEBUG' \
| grep -v '^#define __OPTIMIZE__' \
| grep -v '^#define assert' \
Expand Down

0 comments on commit d43dcc6

Please sign in to comment.