Uh oh!
There was an error while loading. Please reload this page.
include LLVM version in --version --verbose - #37200
Merged
bors merged 1 commit intoOct 18, 2016
Merged
Conversation
This is in the matter of rust-lang#28405.
rust-highfive
commented
Oct 15, 2016
Contributor
r? @nrc (rust_highfive has picked a reviewer for you, use r? to override) |
sanxiyn
commented
Oct 16, 2016
Contributor
@bors r+ rollup |
bors
commented
Oct 16, 2016
Collaborator
📌 Commit 06123d3 has been approved by |
bors
commented
Oct 16, 2016
Collaborator
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
commented
Oct 16, 2016
Collaborator
💔 Test failed - auto-mac-64-opt-rustbuild |
zackmdavis
commented
Oct 16, 2016
ContributorAuthor
alexcrichton
commented
Oct 16, 2016
Member
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 ```
osa1
commented
Jan 13, 2021
Contributor
Anyone know what happened to this feature? I currently don't see it: Also tried with a stage 1 build that I built myself: |
osa1
commented
Jan 13, 2021
Contributor
Fixed in #80981 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is in the matter of #28405.