Merge pull request #146 from xushiwei/q

LLGoPackage: PkgPyModule
This commit is contained in:
xushiwei
2024-05-11 06:47:25 +08:00
committed by GitHub
4 changed files with 8 additions and 2 deletions

View File

@@ -123,6 +123,7 @@ type instrOrValue interface {
const (
PkgNormal = iota
PkgLLGo
PkgPyModule // py.<module>
PkgNoInit // noinit: a package that don't need to be initialized
PkgDeclOnly // decl: a package that only have declarations
PkgLinkIR // link llvm ir (.ll)