build: separate compiler and libs

This commit is contained in:
Li Jie
2025-01-07 21:49:08 +08:00
parent b0123567cd
commit 1172e5bdce
559 changed files with 190 additions and 176 deletions

17
go.mod
View File

@@ -1,20 +1,9 @@
module github.com/goplus/llgo
go 1.22.0
go 1.20
toolchain go1.23.3
require github.com/goplus/gogen v1.16.4
require (
github.com/goplus/gogen v1.16.4
github.com/goplus/llvm v0.8.1
github.com/goplus/mod v0.13.13
github.com/qiniu/x v1.13.10
golang.org/x/tools v0.28.0
)
require (
golang.org/x/mod v0.22.0 // indirect
golang.org/x/sync v0.10.0 // indirect
)
require golang.org/x/tools v0.19.0 // indirect
retract v0.8.0