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

Pass ByRef values at fixed stack offset for extern "C" #1068

Merged
merged 1 commit into from
Jul 17, 2020

Conversation

bjorn3
Copy link
Member

@bjorn3 bjorn3 commented Jul 17, 2020

Now that bytecodealliance/wasmtime#1559 is merged, this makes it possible to build proc macros using cg_clif.

Part of #10
Requirement for #381
May fix issue #682
Requirement for #743
Fixes #905

This makes it possible to build proc macros using cg_clif
@bjorn3 bjorn3 added the A-abi Area: ABI handling label Jul 17, 2020
@bjorn3 bjorn3 merged commit 9e76c3e into master Jul 17, 2020
@bjorn3 bjorn3 deleted the support_proc_macros branch July 17, 2020 11:56
bjorn3 added a commit that referenced this pull request Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-abi Area: ABI handling
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compile build dependencies using cg_clif instead of cg_llvm
1 participant