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

include LLVM version in --version --verbose #37200

Merged
merged 1 commit into from
Oct 18, 2016

Conversation

zackmdavis
Copy link
Member

This is in the matter of #28405.

$ ./x86_64-unknown-linux-gnu/stage1/bin/rustc --version --verbose
rustc 1.14.0-dev (8e05e7ee3 2016-10-15)
binary: rustc
commit-hash: 8e05e7ee3c19a5594b79d67c8390cef78970be7c
commit-date: 2016-10-15
host: x86_64-unknown-linux-gnu
release: 1.14.0-dev
LLVM version: 3.9

@rust-highfive
Copy link
Collaborator

r? @nrc

(rust_highfive has picked a reviewer for you, use r? to override)

@sanxiyn
Copy link
Member

sanxiyn commented Oct 16, 2016

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Oct 16, 2016

📌 Commit 06123d3 has been approved by sanxiyn

@bors
Copy link
Contributor

bors commented Oct 16, 2016

⌛ Testing commit 06123d3 with merge 33907e2...

bors added a commit that referenced this pull request 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
```
@bors
Copy link
Contributor

bors commented Oct 16, 2016

💔 Test failed - auto-mac-64-opt-rustbuild

@zackmdavis
Copy link
Member Author

@alexcrichton
Copy link
Member

@bors: retry

cc @brson

@alexcrichton alexcrichton added the relnotes Marks issues that should be documented in the release notes of the next release. label Oct 16, 2016
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request 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
```
bors added a commit that referenced this pull request Oct 18, 2016
Rollup of 6 pull requests

- Successful merges: #37172, #37177, #37189, #37194, #37200, #37215
- Failed merges:
@bors bors merged commit 06123d3 into rust-lang:master Oct 18, 2016
@zackmdavis zackmdavis deleted the llvm_version_in_verbose_version branch January 13, 2018 07:42
@osa1
Copy link
Contributor

osa1 commented Jan 13, 2021

Anyone know what happened to this feature? I currently don't see it:

$ rustc --version --verbose
rustc 1.51.0-nightly (c97f11af7 2021-01-10)
binary: rustc
commit-hash: c97f11af7bc4a6d3578f6a953be04ab2449a5728
commit-date: 2021-01-10
host: x86_64-unknown-linux-gnu
release: 1.51.0-nightly

Also tried with a stage 1 build that I built myself:

$ rustc +stage1 --version --verbose
rustc 1.51.0-dev
binary: rustc
commit-hash: unknown
commit-date: unknown
host: x86_64-unknown-linux-gnu
release: 1.51.0-dev

@osa1
Copy link
Contributor

osa1 commented Jan 13, 2021

Fixed in #80981

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
relnotes Marks issues that should be documented in the release notes of the next release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants