Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The scalability of blight #43532

Closed
llooFlashooll opened this issue Dec 1, 2024 · 2 comments
Closed

The scalability of blight #43532

llooFlashooll opened this issue Dec 1, 2024 · 2 comments

Comments

@llooFlashooll
Copy link

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.

@woodruffw
Copy link
Member

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.

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.)

@llooFlashooll
Copy link
Author

I see. Thank you very much!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants