划定 CMake 模块目录并补充各层 README。
固定 isa/compiler/vm/host 的职责边界,样例与测试单独成目录。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
# third_party
|
||||
|
||||
第三方源码或单头库,本仓库不把它们做成业务 CMake 目标。
|
||||
|
||||
预期由 `compiler` **私有链接**(例如 toml 解析)。不要从 `isa`、`vm`、`host` 直接依赖本目录。
|
||||
|
||||
新增依赖时在此注明来源、许可和所用版本。第一版不上 LLVM、不做 CPython / JIT。
|
||||
Reference in New Issue
Block a user