Skip to content

Commit

Permalink
Adjust Makefile for LLVM trunk (19) as of 2024-04-26 (#492)
Browse files Browse the repository at this point in the history
llvm/llvm-project@72c373b
dded __GCC_(CON|DE)STRUCTIVE_SIZE macros.
  • Loading branch information
glandium committed Apr 29, 2024
1 parent 9e8c542 commit 13ed980
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 @@ -873,6 +873,7 @@ check-symbols: startup_files libc
@# TODO: Filter out __FPCLASS_* that are new to clang 17.
@# TODO: Filter out __FLT128_* that are new to clang 18.
@# 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: 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 @@ -907,6 +908,7 @@ check-symbols: startup_files libc
| grep -v '^#define __FPCLASS_' \
| grep -v '^#define __FLT128_' \
| grep -v '^#define __MEMORY_SCOPE_' \
| grep -v '^#define __GCC_\(CON\|DE\)STRUCTIVE_SIZE' \
| grep -v '^#define NDEBUG' \
| grep -v '^#define __OPTIMIZE__' \
| grep -v '^#define assert' \
Expand Down

0 comments on commit 13ed980

Please sign in to comment.