修正了一些错误

This commit is contained in:
2026-07-26 20:33:17 +08:00
parent 909792bc8f
commit 03d0bba534
40 changed files with 6939 additions and 827 deletions

View File

@@ -3,7 +3,8 @@
"name": "TransPyV",
"version": "1.0.0",
"source_dir": "./App",
"build_dir": "./.tpv_build",
"temp_dir": "./temp",
"output_dir": "./output",
"compiler": {
"cmd": "llc",
"flags": ["-filetype=obj", "-relocation-model=pic"]
@@ -22,7 +23,7 @@
},
"options": {
"slice_level": 3,
"sha1_slice_level": 3,
"sha1_slice_level": 1,
"target": "llvm",
"strict_mode": true
}