Merge pull request #462 from aofei/build-lla

build: replace precompiled *.lla with local compilation
This commit is contained in:
xushiwei
2024-07-08 17:19:49 +08:00
committed by GitHub
25 changed files with 4 additions and 47 deletions

View File

@@ -58,10 +58,6 @@ func TestFromTestdata(t *testing.T) {
cltest.FromDir(t, "", "./_testdata", false)
}
func TestSqlite(t *testing.T) {
cltest.Pkg(t, "github.com/goplus/llgo/c/sqlite", "../c/sqlite/llgo_autogen.ll")
}
func TestFromTestpymath(t *testing.T) {
cltest.Pkg(t, ssa.PkgPython+"/math", "../py/math/llgo_autogen.ll")
}