Skip to content

Commit 320bbbc

Browse files
authored
Adjust Makefile for LLVM trunk (19) as of 2024-06-20 (#509)
llvm/llvm-project@41c6e43
1 parent ebac9ae commit 320bbbc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -871,6 +871,7 @@ check-symbols: startup_files libc
871871
@# TODO: Filter out __FLT128_* that are new to clang 18.
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.
874+
@# TODO: Filter out __STDC_EMBED_* that are new to clang 19.
874875
@# TODO: clang defined __FLT_EVAL_METHOD__ until clang 15, so we force-undefine it
875876
@# for older versions.
876877
@# TODO: Undefine __wasm_mutable_globals__ and __wasm_sign_ext__, that are new to
@@ -910,6 +911,7 @@ check-symbols: startup_files libc
910911
| grep -v '^#define __FLT128_' \
911912
| grep -v '^#define __MEMORY_SCOPE_' \
912913
| grep -v '^#define __GCC_\(CON\|DE\)STRUCTIVE_SIZE' \
914+
| grep -v '^#define __STDC_EMBED_' \
913915
| grep -v '^#define NDEBUG' \
914916
| grep -v '^#define __OPTIMIZE__' \
915917
| grep -v '^#define assert' \

0 commit comments

Comments
 (0)