Enable inline stack probes on PowerPC and SystemZ
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
use crate::abi::Endian;
|
||||
use crate::spec::Target;
|
||||
use crate::spec::{StackProbeType, Target};
|
||||
|
||||
pub fn target() -> Target {
|
||||
let mut base = super::openbsd_base::opts();
|
||||
base.endian = Endian::Big;
|
||||
base.max_atomic_width = Some(32);
|
||||
base.stack_probes = StackProbeType::Inline;
|
||||
|
||||
Target {
|
||||
llvm_target: "powerpc-unknown-openbsd".into(),
|
||||
|
||||
Reference in New Issue
Block a user