x86_64-unknown-none: Fix module comment
(Work on this target sponsored by Profian.)
This commit is contained in:
parent
a23ee64c2c
commit
b0efa05e5a
@ -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};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user