about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-11-29 22:43:17 +0100
committerGitHub <noreply@github.com>2022-11-29 22:43:17 +0100
commit3539cf9344d3efb853751a17b520af35dcd5030b (patch)
tree43bb862b0206c07ddc92caf3a653d0b3c7f3ebb9 /compiler/rustc_codegen_llvm/src/errors.rs
parent3e9a2233d01c1ece9c31833a70b23f3c77de067f (diff)
parent102a5d867c9b82df79ff7465eb8287b700af3bce (diff)
downloadrust-3539cf9344d3efb853751a17b520af35dcd5030b.tar.gz
rust-3539cf9344d3efb853751a17b520af35dcd5030b.zip
Rollup merge of #104627 - calebzulawski:print-target-features, r=compiler-errors
Print all features with --print target-features

This fixes `rustc --print target-features` with respect to aliases and tied features.

Before this change, the print command assumed that each LLVM feature corresponds exactly to one rustc feature.  In the case of aliases and tied features, this assumption failed and some features (such as aarch64's "pacg") were missing.  With this change, every target feature is listed.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions