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

Print Rust target name, not LLVM target name, for --print target-list #35489

Merged
merged 1 commit into from
Aug 10, 2016

Conversation

sanxiyn
Copy link
Member

@sanxiyn sanxiyn commented Aug 8, 2016

Rust target name and LLVM target name are usually the same, but not always. For example, arm-unknown-linux-musleabi Rust target uses arm-unknown-linux-gnueabi LLVM target.

Fix #35481.

@rust-highfive
Copy link
Collaborator

r? @Aatch

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

@alexcrichton
Copy link
Member

@bors: r+ dc7407c

bors added a commit that referenced this pull request Aug 10, 2016
Print Rust target name, not LLVM target name, for `--print target-list`

Rust target name and LLVM target name are usually the same, but not always. For example, `arm-unknown-linux-musleabi` Rust target uses `arm-unknown-linux-gnueabi` LLVM target.

Fix #35481.
@bors
Copy link
Contributor

bors commented Aug 10, 2016

⌛ Testing commit dc7407c with merge 0ef24ee...

@bors bors merged commit dc7407c into rust-lang:master Aug 10, 2016
@sanxiyn sanxiyn deleted the target-list branch August 11, 2016 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants