build: replace precompiled *.lla with local compilation

Switching from using precompiled *.lla files to compiling locally during
the build process for better flexibility and maintainability.

Fixes #411
This commit is contained in:
Aofei Sheng
2024-07-08 07:39:40 +08:00
parent 4ca50f8973
commit 5bec1729f1
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")
}