replace .ll => .lla
This commit is contained in:
10
x/sqlite/llgo.cfg
Normal file
10
x/sqlite/llgo.cfg
Normal 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
BIN
x/sqlite/llgo_autogen.lla
Normal file
Binary file not shown.
Reference in New Issue
Block a user