Skip to content
Snippets Groups Projects
Unverified Commit 6b2d6bd4 authored by YAMAMOTO Takashi's avatar YAMAMOTO Takashi Committed by GitHub
Browse files

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. https://github.com/WebAssembly/wasi-sdk/pull/527
parent eadb436d
No related branches found
No related tags found
No related merge requests found
......@@ -913,6 +913,7 @@ check-symbols: $(STARTUP_FILES) libc
-U__clang_version__ \
-U__clang_literal_encoding__ \
-U__clang_wide_literal_encoding__ \
-U__wasm_extended_const__ \
-U__wasm_mutable_globals__ \
-U__wasm_sign_ext__ \
-U__wasm_multivalue__ \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment