compiler: build separation runtime with clite
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
module github.com/goplus/llgo/compiler
|
||||
|
||||
go 1.23.4
|
||||
go 1.23
|
||||
|
||||
require (
|
||||
github.com/goplus/gogen v1.16.4
|
||||
github.com/goplus/llgo v0.9.9
|
||||
github.com/goplus/llgo/runtime v0.0.0-00010101000000-000000000000
|
||||
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
|
||||
golang.org/x/tools v0.29.0
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -17,3 +18,5 @@ require (
|
||||
)
|
||||
|
||||
replace github.com/goplus/llgo => ../
|
||||
|
||||
replace github.com/goplus/llgo/runtime => ../runtime
|
||||
|
||||
Reference in New Issue
Block a user