固定 isa/compiler/vm/host 的职责边界,样例与测试单独成目录。 Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
325 B
Markdown
8 lines
325 B
Markdown
# third_party
|
|
|
|
第三方源码或单头库,本仓库不把它们做成业务 CMake 目标。
|
|
|
|
预期由 `compiler` **私有链接**(例如 toml 解析)。不要从 `isa`、`vm`、`host` 直接依赖本目录。
|
|
|
|
新增依赖时在此注明来源、许可和所用版本。第一版不上 LLVM、不做 CPython / JIT。
|