Skip to content

Commit 6b2d6bd

Browse files
authored
Stop complaining on __wasm_extended_const__ (#582)
My motivation is to allow -mcpu=lime1 build with LLVM 20. Note that extended-const is a part of lime1. https://github.com/WebAssembly/tool-conventions/blob/main/Lime.md#lime1 cf. WebAssembly/wasi-sdk#527
1 parent eadb436 commit 6b2d6bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -913,6 +913,7 @@ check-symbols: $(STARTUP_FILES) libc
913913
-U__clang_version__ \
914914
-U__clang_literal_encoding__ \
915915
-U__clang_wide_literal_encoding__ \
916+
-U__wasm_extended_const__ \
916917
-U__wasm_mutable_globals__ \
917918
-U__wasm_sign_ext__ \
918919
-U__wasm_multivalue__ \

0 commit comments

Comments
 (0)