划定 CMake 模块目录并补充各层 README。

固定 isa/compiler/vm/host 的职责边界,样例与测试单独成目录。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-18 16:32:07 +08:00
co-authored by Cursor
parent 368877ae34
commit 2eb2468119
11 changed files with 217 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# third_party
第三方源码或单头库,本仓库不把它们做成业务 CMake 目标。
预期由 `compiler` **私有链接**(例如 toml 解析)。不要从 `isa``vm``host` 直接依赖本目录。
新增依赖时在此注明来源、许可和所用版本。第一版不上 LLVM、不做 CPython / JIT。