abiType: support pointer

This commit is contained in:
xushiwei
2024-05-24 22:47:45 +08:00
parent 9b4701fed7
commit 3cc975813d
8 changed files with 201 additions and 106 deletions

View File

@@ -29,7 +29,7 @@ import (
// -----------------------------------------------------------------------------
type aBasicBlock struct {
first llvm.BasicBlock
first llvm.BasicBlock // a Go SSA basic block may have multiple LLVM basic blocks
last llvm.BasicBlock
fn Function
idx int