You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I have a question about whether blight can scale to other LLVM-backend languages such as Rust, etc.? For example, I want to use a simple program to test.
The text was updated successfully, but these errors were encountered:
However, I have a question about whether blight can scale to other LLVM-backend languages such as Rust, etc.? For example, I want to use a simple program to test.
blight itself should scale well with any build tool, since it's lightweight and can handle any parallelism done by the build process. We don't currently support rustc yet, but there's an issue tracking that: #35.
(Other LLVM-based tools already work well, so long as they're the "standard" tools: ld, ar, c++, etc.)
Hi folks, I really appreciate your work.
However, I have a question about whether blight can scale to other LLVM-backend languages such as Rust, etc.? For example, I want to use a simple program to test.
The text was updated successfully, but these errors were encountered: