Skip to content

Commit 640c0cf

Browse files
authored
Adjust Makefile for LLVM trunk (20) as of 2025-01-26 (#564)
llvm/llvm-project@33ad474
1 parent f1c557c commit 640c0cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -890,6 +890,7 @@ check-symbols: $(STARTUP_FILES) libc
890890
@# TODO: Filter out __GCC_(CON|DE)STRUCTIVE_SIZE that are new to clang 19.
891891
@# TODO: Filter out __STDC_EMBED_* that are new to clang 19.
892892
@# TODO: Filter out __*_NORM_MAX__ that are new to clang 19.
893+
@# TODO: Filter out __INT*_C() that are new to clang 20.
893894
@# TODO: clang defined __FLT_EVAL_METHOD__ until clang 15, so we force-undefine it
894895
@# for older versions.
895896
@# TODO: Undefine __wasm_mutable_globals__ and __wasm_sign_ext__, that are new to
@@ -940,6 +941,7 @@ check-symbols: $(STARTUP_FILES) libc
940941
| grep -v '^#define __OPTIMIZE__' \
941942
| grep -v '^#define assert' \
942943
| grep -v '^#define __NO_INLINE__' \
944+
| grep -v '^#define __U\?INT.*_C(' \
943945
> "$(SYSROOT_SHARE)/predefined-macros.txt"
944946

945947
# Check that the computed metadata matches the expected metadata.

0 commit comments

Comments
 (0)