x86_64-unknown-none: Fix module comment
(Work on this target sponsored by Profian.)
This commit is contained in:
parent
a23ee64c2c
commit
b0efa05e5a
1 changed files with 1 additions and 3 deletions
|
@ -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
|
// Can be used in conjunction with the `target-feature` and
|
||||||
// `target-cpu` compiler flags to opt-in more hardware-specific
|
// `target-cpu` compiler flags to opt-in more hardware-specific
|
||||||
// features.
|
// features.
|
||||||
//
|
|
||||||
// For example, `-C target-cpu=cortex-a53`.
|
|
||||||
|
|
||||||
use super::{CodeModel, LinkerFlavor, LldFlavor, PanicStrategy, Target, TargetOptions};
|
use super::{CodeModel, LinkerFlavor, LldFlavor, PanicStrategy, Target, TargetOptions};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue