Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust Makefile for LLVM trunk (16) as of 2022-11-08 #344

Merged
merged 1 commit into from
Dec 7, 2022

Conversation

glandium
Copy link
Contributor

llvm/llvm-project@1e4e243 enabled sign-ext and mutable-globals by default, which adds corresponding _wasm-prefixed #defines.

@glandium glandium marked this pull request as draft October 26, 2022 02:53
@glandium glandium marked this pull request as ready for review October 26, 2022 03:40
llvm/llvm-project@1e4e243
enabled sign-ext and mutable-globals by default, which adds
corresponding __wasm_-prefixed #defines.

llvm/llvm-project@9e95699
changed the definition of __GNUC_VA_LIST to match that of GCC headers,
leaving it without a value.
@glandium glandium changed the title Adjust Makefile for LLVM trunk (16) as of 2022-10-25 Adjust Makefile for LLVM trunk (16) as of 2022-11-08 Nov 9, 2022
@glandium
Copy link
Contributor Author

glandium commented Dec 7, 2022

ping @sunfishcode

@sunfishcode
Copy link
Member

Thanks!

@sunfishcode sunfishcode merged commit 3a261b0 into WebAssembly:main Dec 7, 2022
sunfishcode added a commit to WebAssembly/wasi-sdk that referenced this pull request Jan 9, 2023
Update to wasi-libc a1c7c2c7a4b2813c6f67bd2ef6e0f430d31cebad
 - Don't use sbrk(0) to determine the initial heap size (WebAssembly/wasi-libc#377)
 - Fix more headers to avoid depending on `max_align_t` (WebAssembly/wasi-libc#375)
 - Use `ENOENT` rather than `ENOTCAPABLE` for missing preopens. (WebAssembly/wasi-libc#370)
 - Adjust Makefile for LLVM trunk (16) as of 2022-11-08 (WebAssembly/wasi-libc#344)
sunfishcode added a commit to WebAssembly/wasi-sdk that referenced this pull request Jan 9, 2023
Update to wasi-libc a1c7c2c7a4b2813c6f67bd2ef6e0f430d31cebad
 - Don't use sbrk(0) to determine the initial heap size (WebAssembly/wasi-libc#377)
 - Fix more headers to avoid depending on `max_align_t` (WebAssembly/wasi-libc#375)
 - Use `ENOENT` rather than `ENOTCAPABLE` for missing preopens. (WebAssembly/wasi-libc#370)
 - Adjust Makefile for LLVM trunk (16) as of 2022-11-08 (WebAssembly/wasi-libc#344)
john-sharratt pushed a commit to john-sharratt/wasix-libc that referenced this pull request Mar 6, 2023
llvm/llvm-project@1e4e243
enabled sign-ext and mutable-globals by default, which adds
corresponding __wasm_-prefixed #defines.

llvm/llvm-project@9e95699
changed the definition of __GNUC_VA_LIST to match that of GCC headers,
leaving it without a value.
bob-beck pushed a commit to openbsd/ports that referenced this pull request Dec 7, 2023
switch to build with ports-clang 16, cf for llvm support:
- WebAssembly/wasi-libc#379
- WebAssembly/wasi-libc#285
- WebAssembly/wasi-libc#344
adapt a regex to deal with our egrep syntax.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants