Skip to content

Commit

Permalink
Adjust Makefile for LLVM trunk (19) as of 2024-06-20 (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Jun 21, 2024
1 parent ebac9ae commit 320bbbc
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 @@ -871,6 +871,7 @@ check-symbols: startup_files libc
@# 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: Filter out __STDC_EMBED_* 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 @@ -910,6 +911,7 @@ check-symbols: startup_files libc
| grep -v '^#define __FLT128_' \
| grep -v '^#define __MEMORY_SCOPE_' \
| grep -v '^#define __GCC_\(CON\|DE\)STRUCTIVE_SIZE' \
| grep -v '^#define __STDC_EMBED_' \
| grep -v '^#define NDEBUG' \
| grep -v '^#define __OPTIMIZE__' \
| grep -v '^#define assert' \
Expand Down

0 comments on commit 320bbbc

Please sign in to comment.