Skip to content

Commit 574b88d

Browse files
authored
Adjust Makefile for LLVM trunk (20) as of 2024-12-02 (#556)
llvm/llvm-project@c3536b2
1 parent 2b853ff commit 574b88d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -896,8 +896,8 @@ check-symbols: $(STARTUP_FILES) libc
896896
@# clang 16 for -mcpu=generic.
897897
@# TODO: Undefine __wasm_multivalue__ and __wasm_reference_types__, that are new to
898898
@# clang 19 for -mcpu=generic.
899-
@# TODO: Undefine __wasm_nontrapping_fptoint__ and __wasm_bulk_memory__, that are
900-
@# new to clang 20.
899+
@# TODO: Undefine __wasm_nontrapping_fptoint__, __wasm_bulk_memory__ and
900+
@# __wasm_bulk_memory_opt__, that are new to clang 20.
901901
@# TODO: As of clang 16, __GNUC_VA_LIST is #defined without a value.
902902
$(CC) $(CFLAGS) "$(SYSROOT_SHARE)/include-all.c" \
903903
-isystem $(SYSROOT_INC) \
@@ -918,6 +918,7 @@ check-symbols: $(STARTUP_FILES) libc
918918
-U__wasm_reference_types__ \
919919
-U__wasm_nontrapping_fptoint__ \
920920
$(if $(filter-out expected/wasm32-wasip1-threads,$(EXPECTED_TARGET_DIR)),-U__wasm_bulk_memory__) \
921+
-U__wasm_bulk_memory_opt__ \
921922
-U__GNUC__ \
922923
-U__GNUC_MINOR__ \
923924
-U__GNUC_PATCHLEVEL__ \

0 commit comments

Comments
 (0)