Skip to content

Commit 13ed980

Browse files
authored
Adjust Makefile for LLVM trunk (19) as of 2024-04-26 (#492)
llvm/llvm-project@72c373b dded __GCC_(CON|DE)STRUCTIVE_SIZE macros.
1 parent 9e8c542 commit 13ed980

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
@@ -873,6 +873,7 @@ check-symbols: startup_files libc
873873
@# TODO: Filter out __FPCLASS_* that are new to clang 17.
874874
@# TODO: Filter out __FLT128_* that are new to clang 18.
875875
@# TODO: Filter out __MEMORY_SCOPE_* that are new to clang 18.
876+
@# TODO: Filter out __GCC_(CON|DE)STRUCTIVE_SIZE that are new to clang 19.
876877
@# TODO: clang defined __FLT_EVAL_METHOD__ until clang 15, so we force-undefine it
877878
@# for older versions.
878879
@# TODO: Undefine __wasm_mutable_globals__ and __wasm_sign_ext__, that are new to
@@ -907,6 +908,7 @@ check-symbols: startup_files libc
907908
| grep -v '^#define __FPCLASS_' \
908909
| grep -v '^#define __FLT128_' \
909910
| grep -v '^#define __MEMORY_SCOPE_' \
911+
| grep -v '^#define __GCC_\(CON\|DE\)STRUCTIVE_SIZE' \
910912
| grep -v '^#define NDEBUG' \
911913
| grep -v '^#define __OPTIMIZE__' \
912914
| grep -v '^#define assert' \

0 commit comments

Comments
 (0)