-
Notifications
You must be signed in to change notification settings - Fork 13.3k
rustbuild ignores the llvm-config setting #35199
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
Comments
I think that the actual behavior (from IRC) that happened here was that The build script should probably print out |
@alexcrichton I think the build script doesn't point to config.toml with |
Certainly! I think we'll need to pass the path of config.toml via an env var, but that shouldn't be too onerous to do in rustbuild either. If anyone's got any questions please feel free to ask! |
I would like to work on this. Can I use the env var |
I think an env var would probably be the best approach. |
…hton rustc_llvm: re-run build script if config.toml changes closes rust-lang#35199
…hton rustc_llvm: re-run build script if config.toml changes closes rust-lang#35199
I got in my
src/bootstrap/config.toml
:but rustc_llvm/build.rs still seems to attempt using /usr/bin/llvm-config
cc @alexcrichton
The text was updated successfully, but these errors were encountered: