mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
compiler: update Fuchsia sanitizer support.
This commit is contained in:
parent
aa7e9f21e9
commit
d70f0e36f0
@ -6,7 +6,8 @@ pub fn target() -> Target {
|
||||
base.plt_by_default = false;
|
||||
base.max_atomic_width = Some(64);
|
||||
base.stack_probes = StackProbeType::Inline;
|
||||
base.supported_sanitizers = SanitizerSet::ADDRESS | SanitizerSet::CFI;
|
||||
base.supported_sanitizers = SanitizerSet::ADDRESS | SanitizerSet::CFI | SanitizerSet::LEAK;
|
||||
base.supports_xray = true;
|
||||
|
||||
Target {
|
||||
llvm_target: "x86_64-unknown-fuchsia".into(),
|
||||
|
Loading…
Reference in New Issue
Block a user