修正了一些错误

This commit is contained in:
2026-07-26 20:32:26 +08:00
parent ca7c2120b8
commit 1837339f69
203 changed files with 374300 additions and 2638 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
}