c/setjmp/demo

This commit is contained in:
xushiwei
2024-06-07 14:12:35 +08:00
parent 4868903844
commit 95c1886df5
6 changed files with 115 additions and 0 deletions

7
c/setjmp/demo/llgo.cfg Normal file
View File

@@ -0,0 +1,7 @@
{
"cl": [
"clang -emit-llvm -S -o demo.ll -c _code/demo.cpp",
"llgen .",
"rm llgo_autogen.lla; zip llgo_autogen.lla llgo_autogen.ll demo.ll",
]
}