replace .ll => .lla

This commit is contained in:
xushiwei
2024-05-07 20:52:26 +08:00
parent 6392fd41c6
commit dacb662d99
10 changed files with 15 additions and 5215 deletions

10
x/sqlite/llgo.cfg Normal file
View File

@@ -0,0 +1,10 @@
{
"cl": [
"mkdir build.dir",
"cd build.dir",
"../sqlite/configure",
"make",
"clang -emit-llvm -S -o ../llgo_autogen.ll -c sqlite3.c",
"zip ../llgo_autogen.lla ../llgo_autogen.ll"
]
}

BIN
x/sqlite/llgo_autogen.lla Normal file

Binary file not shown.