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

19
compiler/go.mod Normal file
View File

@@ -0,0 +1,19 @@
module github.com/goplus/llgo/compiler
go 1.23.4
require (
github.com/goplus/gogen v1.16.4
github.com/goplus/llgo v0.9.9
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
)
replace github.com/goplus/llgo => ../