File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -632,6 +632,8 @@ check-symbols: startup_files libc
632
632
@# TODO: Filter out __NO_MATH_ERRNO_ and a few __*WIDTH__ that are new to clang 14.
633
633
@# TODO: clang defined __FLT_EVAL_METHOD__ until clang 15, so we force-undefine it
634
634
@# for older versions.
635
+ @# TODO: Undefine __wasm_mutable_globals__ and __wasm_sign_ext__, that are new to
636
+ @# clang 16.
635
637
$(CC) $(CFLAGS) "$(SYSROOT_SHARE)/include-all.c" \
636
638
-isystem $(SYSROOT_INC) \
637
639
-std=gnu17 \
@@ -645,6 +647,8 @@ check-symbols: startup_files libc
645
647
-U__clang_version__ \
646
648
-U__clang_literal_encoding__ \
647
649
-U__clang_wide_literal_encoding__ \
650
+ -U__wasm_mutable_globals__ \
651
+ -U__wasm_sign_ext__ \
648
652
-U__GNUC__ \
649
653
-U__GNUC_MINOR__ \
650
654
-U__GNUC_PATCHLEVEL__ \
You can’t perform that action at this time.
0 commit comments