c/pthread/sync.Mutex; sync.Mutex/Once; typepatch.IsPatched

This commit is contained in:
xushiwei
2024-06-17 23:51:40 +08:00
parent dc2dc910e8
commit edaba44c87
6 changed files with 432 additions and 323 deletions

View File

@@ -26,8 +26,9 @@ import (
"os"
"strings"
llssa "github.com/goplus/llgo/ssa"
"golang.org/x/tools/go/ssa"
llssa "github.com/goplus/llgo/ssa"
)
// -----------------------------------------------------------------------------