Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of rust-lang#37200 - zackmdavis:llvm_version_in_verbose_…
…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 ```
- Loading branch information