x86_64-unknown-none: Fix module comment

(Work on this target sponsored by Profian.)
This commit is contained in:
Josh Triplett 2021-09-19 12:14:33 -07:00 committed by Mike Leany
parent a23ee64c2c
commit b0efa05e5a

View File

@ -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};