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:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user