setjmp/trycatch

This commit is contained in:
xushiwei
2024-06-08 00:08:29 +08:00
parent d4249da131
commit fcf3f2abc7
8 changed files with 16 additions and 13 deletions

View File

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