diff options
| author | Josh Triplett <josh@joshtriplett.org> | 2021-09-19 12:14:33 -0700 |
|---|---|---|
| committer | Mike Leany <55358344+mikeleany@users.noreply.github.com> | 2021-10-13 08:14:12 -0600 |
| commit | b0efa05e5acaaa6b973e05835d2fd46f58cc5c11 (patch) | |
| tree | f96baaa8dd9dc52e23bd1c29f3b5160d71990642 | |
| parent | a23ee64c2c292f30fa64b258042e256bca0f35a9 (diff) | |
| download | rust-b0efa05e5acaaa6b973e05835d2fd46f58cc5c11.tar.gz rust-b0efa05e5acaaa6b973e05835d2fd46f58cc5c11.zip | |
x86_64-unknown-none: Fix module comment
(Work on this target sponsored by Profian.)
| -rw-r--r-- | compiler/rustc_target/src/spec/x86_64_unknown_none.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/compiler/rustc_target/src/spec/x86_64_unknown_none.rs b/compiler/rustc_target/src/spec/x86_64_unknown_none.rs index 58a83e75e41..a3ab2621c78 100644 --- a/compiler/rustc_target/src/spec/x86_64_unknown_none.rs +++ b/compiler/rustc_target/src/spec/x86_64_unknown_none.rs @@ -1,10 +1,8 @@ -// Generic AArch64 target for bare-metal code - Floating point disabled +// Generic x86-64 target for bare-metal code - Floating point disabled // // Can be used in conjunction with the `target-feature` and // `target-cpu` compiler flags to opt-in more hardware-specific // features. -// -// For example, `-C target-cpu=cortex-a53`. use super::{CodeModel, LinkerFlavor, LldFlavor, PanicStrategy, Target, TargetOptions}; |
