Merge pull request #810 from visualfc/py

py: remove llgo_autogen.lla
This commit is contained in:
xushiwei
2024-10-01 06:07:04 +08:00
committed by GitHub
3 changed files with 0 additions and 9 deletions

View File

@@ -22,7 +22,6 @@ import (
"github.com/goplus/llgo/cl"
"github.com/goplus/llgo/cl/cltest"
"github.com/goplus/llgo/internal/build"
"github.com/goplus/llgo/ssa"
)
func testCompile(t *testing.T, src, expected string) {
@@ -56,14 +55,6 @@ func TestFromTestdata(t *testing.T) {
cltest.FromDir(t, "", "./_testdata", false)
}
func TestFromTestpymath(t *testing.T) {
cltest.Pkg(t, ssa.PkgPython+"/math", "../py/math/llgo_autogen.ll")
}
func TestPython(t *testing.T) {
cltest.Pkg(t, ssa.PkgPython, "../py/llgo_autogen.ll")
}
func TestGoPkgMath(t *testing.T) {
conf := build.NewDefaultConf(build.ModeInstall)
build.Do([]string{"math"}, conf)

Binary file not shown.

Binary file not shown.