cl: process llgo:skip on const, type declaration, deprecate llgo:skip on import

This commit is contained in:
Li Jie
2025-01-17 10:55:41 +08:00
parent d5d2d6826f
commit 623b5a511a
9 changed files with 162 additions and 15 deletions

View File

@@ -16,7 +16,6 @@
package syscall
// llgo:skipall
import (
"unsafe"
@@ -25,6 +24,9 @@ import (
"github.com/goplus/llgo/runtime/internal/clite/syscall"
)
// llgo:skipall
type _syscall struct{}
type Timespec syscall.Timespec
type Timeval syscall.Timeval