diff options
| author | Martin Nordholts <martn@axis.com> | 2024-07-03 13:44:02 +0200 |
|---|---|---|
| committer | Martin Nordholts <martn@axis.com> | 2024-07-03 13:46:31 +0200 |
| commit | e8df637c619c749a52aead3fb6b8f73ed3ed17d6 (patch) | |
| tree | 747e0e7ff40620ef8a5316b23ca5550d0313d9ac /compiler/rustc_codegen_llvm/src/attributes.rs | |
| parent | f92a6c41e644d6222be77b20396daec5e77661f3 (diff) | |
| download | rust-e8df637c619c749a52aead3fb6b8f73ed3ed17d6.tar.gz rust-e8df637c619c749a52aead3fb6b8f73ed3ed17d6.zip | |
library/std/build.rs: "powerpc64le" is not a target_arch
The target_arch of `powerpc64le` is `powerpc64`, so
`powerpc64le` can be removed from a match arm in build.rs
related to f16.
You can check available `target_arch`:s with:
$ rustc +nightly -Zunstable-options --print all-target-specs-json \
| grep powerpc | grep arch | sort | uniq
"arch": "powerpc",
"arch": "powerpc64",
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/attributes.rs')
0 files changed, 0 insertions, 0 deletions
