core: workaround inkwell on llvm.stackrestore
#446
No reviewers
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#446
Loading…
Reference in New Issue
No description provided.
Delete Branch "fix-issue-443"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #443.
The issue is caused by inkwell generating
llvm.stackrestore.p0i8
instead ofllvm.stackrestore
, and LLVM gets confused. See https://github.com/TheDan64/inkwell/issues/496.Reverts the change made to
call_stackrestore
by https://git.m-labs.hk/M-Labs/nac3/commit/ad4832dc.