-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
rustc --version --verbose does not report LLVM version used #28405
Labels
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
Comments
nagisa
changed the title
rustc --version --verbose does not report LLVM version
rustc --version --verbose does not report LLVM version used
Sep 14, 2015
steveklabnik
added
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
labels
Sep 28, 2015
I am pretty sure @brson is the gatekeeper of this aspect :) |
Seems reasonable. |
zackmdavis
added a commit
to zackmdavis/rust
that referenced
this issue
Oct 15, 2016
This is in the matter of rust-lang#28405.
bors
added a commit
that referenced
this issue
Oct 16, 2016
…sanxiyn include LLVM version in `--version --verbose` This is in the matter of #28405. ``` $ ./x86_64-unknown-linux-gnu/stage1/bin/rustc --version --verbose rustc 1.14.0-dev (8e05e7e 2016-10-15) binary: rustc commit-hash: 8e05e7e commit-date: 2016-10-15 host: x86_64-unknown-linux-gnu release: 1.14.0-dev LLVM version: 3.9 ```
GuillaumeGomez
added a commit
to GuillaumeGomez/rust
that referenced
this issue
Oct 17, 2016
…version, r=sanxiyn include LLVM version in `--version --verbose` This is in the matter of rust-lang#28405. ``` $ ./x86_64-unknown-linux-gnu/stage1/bin/rustc --version --verbose rustc 1.14.0-dev (8e05e7e 2016-10-15) binary: rustc commit-hash: 8e05e7e commit-date: 2016-10-15 host: x86_64-unknown-linux-gnu release: 1.14.0-dev LLVM version: 3.9 ```
Fixed in #37200. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
No description provided.
The text was updated successfully, but these errors were encountered: