7 lines
162 B
INI
7 lines
162 B
INI
|
|
{
|
||
|
|
"cl": [
|
||
|
|
"clang -emit-llvm -S -o module.ll -c _pyg/module.c",
|
||
|
|
"rm llgo_autogen.lla; zip llgo_autogen.lla llgo_autogen.ll module.ll",
|
||
|
|
]
|
||
|
|
}
|