feat: implement llgo.stackSave

This commit is contained in:
Haolan
2025-09-15 13:38:33 +08:00
parent dba7bd498f
commit 2ec5653f5e
8 changed files with 119 additions and 2 deletions

View File

@@ -195,6 +195,7 @@ type aProgram struct {
mallocTy *types.Signature
freeTy *types.Signature
memsetInlineTy *types.Signature
stackSaveTy *types.Signature
createKeyTy *types.Signature
getSpecTy *types.Signature