mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 03:42:17 +00:00
update stacksave pointer name
This commit is contained in:
parent
8823dddde1
commit
93b7056ccc
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ pub static LLVM_MEMSET_I64: &str = "llvm.memset.p0i8.i64";
|
|||
pub static LLVM_MEMSET_I32: &str = "llvm.memset.p0i8.i32";
|
||||
|
||||
pub static LLVM_FRAME_ADDRESS: &str = "llvm.frameaddress.p0";
|
||||
pub static LLVM_STACK_SAVE: &str = "llvm.stacksave";
|
||||
pub static LLVM_STACK_SAVE: &str = "llvm.stacksave.p0";
|
||||
|
||||
pub static LLVM_SETJMP: &str = "llvm.eh.sjlj.setjmp";
|
||||
pub static LLVM_LONGJMP: &str = "llvm.eh.sjlj.longjmp";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue