Skip to content

Commit

Permalink
Adjust Makefile for LLVM trunk (18) as of 2023-12-07 (#448)
Browse files Browse the repository at this point in the history
llvm/llvm-project@4e80bc7
added __MEMORY_SCOPE_* macros.
  • Loading branch information
glandium authored Dec 8, 2023
1 parent 9c17f52 commit a796d87
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 @@ -760,6 +760,7 @@ check-symbols: startup_files libc
@# TODO: Filter out __GCC_HAVE_SYNC_COMPARE_AND_SWAP_* that are new to clang 16.
@# 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: 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 @@ -793,6 +794,7 @@ check-symbols: startup_files libc
| grep -v '^#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_\(1\|2\|4\|8\)' \
| grep -v '^#define __FPCLASS_' \
| grep -v '^#define __FLT128_' \
| grep -v '^#define __MEMORY_SCOPE_' \
| grep -v '^#define NDEBUG' \
| grep -v '^#define __OPTIMIZE__' \
| grep -v '^#define assert' \
Expand Down

0 comments on commit a796d87

Please sign in to comment.