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

rustc --version --verbose does not report LLVM version used #28405

Closed
nagisa opened this issue Sep 14, 2015 · 3 comments
Closed

rustc --version --verbose does not report LLVM version used #28405

nagisa opened this issue Sep 14, 2015 · 3 comments
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
Copy link
Member

nagisa commented Sep 14, 2015

No description provided.

@nagisa 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 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
@steveklabnik
Copy link
Member

I am pretty sure @brson is the gatekeeper of this aspect :)

@brson
Copy link
Contributor

brson commented Sep 30, 2015

Seems reasonable.

zackmdavis added a commit to zackmdavis/rust that referenced this issue Oct 15, 2016
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
```
@Ms2ger
Copy link
Contributor

Ms2ger commented Oct 19, 2016

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.
Projects
None yet
Development

No branches or pull requests

5 participants