-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Allow specifying LLVM args in target specifications #68059
Conversation
r? @cramertj (rust_highfive has picked a reviewer for you, use r? to override) |
@bors: r+ |
📌 Commit 010b66d has been approved by |
…xcrichton Allow specifying LLVM args in target specifications
Failed in #68077, probably in combination with something else (rustfmt complains). |
@bors r- |
010b66d
to
afced94
Compare
Re-formatted |
@rustbot modify labels S-waiting-on-review |
Error: Parsing label command in comment failed: ...ify labels|error: must have : or to as label starter at >| S-waiting... Please let |
@rustbot modify labels: S-waiting-on-review |
@bors: r+ |
📌 Commit afced94 has been approved by |
…xcrichton Allow specifying LLVM args in target specifications
Rollup of 8 pull requests Successful merges: - #66045 (Add method Result::into_ok) - #67258 (Introduce `X..`, `..X`, and `..=X` range patterns) - #68014 (Unify output of "variant not found" errors) - #68019 (Build compiletest with in-tree libtest) - #68039 (remove explicit strip-hidden pass from compiler doc generation) - #68050 (Canonicalize rustc_error imports) - #68059 (Allow specifying LLVM args in target specifications) - #68075 (rustbuild: Cleanup book generation) Failed merges: - #68089 (Unstabilize `Vec::remove_item`) r? @ghost
…xcrichton Actually pass target LLVM args to LLVM Missed in rust-lang#68059 r? @alexcrichton
No description provided.