Fix build errors.

This commit is contained in:
Mike Leany 2021-09-19 15:50:54 -06:00
parent 7bb2f7dba0
commit 8b6764c4ef

View File

@ -4,7 +4,10 @@
// `target-cpu` compiler flags to opt-in more hardware-specific
// features.
use super::{CodeModel, LinkerFlavor, LldFlavor, PanicStrategy, Target, TargetOptions};
use super::{
CodeModel, LinkerFlavor, LldFlavor, PanicStrategy, RelocModel, RelroLevel, StackProbeType,
Target, TargetOptions,
};
pub fn target() -> Target {
let opts = TargetOptions {