feat(llvm): wire nyash --emit-mir-json into build_llvm.sh crate path; add NYASH_LLVM_ONLY_OBJ gate; fix ny-llvmc bin name

This commit is contained in:
Selfhosting Dev
2025-09-17 22:11:59 +09:00
parent 8aa01668ff
commit d992fa1d2d
3 changed files with 30 additions and 7 deletions

View File

@ -9,3 +9,6 @@ anyhow = "1.0"
clap = { version = "4.5", features = ["derive"] }
serde_json = "1.0"
[[bin]]
name = "ny-llvmc"
path = "src/main.rs"