replace .ll => .lla
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
{
|
||||
"cl": "clang -emit-llvm -S -o llgo_autogen.ll -c llama2/run.c"
|
||||
"cl": [
|
||||
"clang -emit-llvm -S -o llgo_autogen.ll -c llama2/run.c",
|
||||
"zip llgo_autogen.lla llgo_autogen.ll"
|
||||
]
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
BIN
x/llama2/llgo_autogen.lla
Normal file
BIN
x/llama2/llgo_autogen.lla
Normal file
Binary file not shown.
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