Rollup merge of #131818 - heiher:loong-instrument-xray, r=jieyouxu
Enable XRay instrumentation for LoongArch Linux targets Enable XRay instrumentation for `loongarch64-unknown-linux-{gnu, musl, ohos}` targets.
This commit is contained in:
commit
7dbd92fadd
@ -23,6 +23,7 @@ pub(crate) fn target() -> Target {
|
|||||||
| SanitizerSet::LEAK
|
| SanitizerSet::LEAK
|
||||||
| SanitizerSet::MEMORY
|
| SanitizerSet::MEMORY
|
||||||
| SanitizerSet::THREAD,
|
| SanitizerSet::THREAD,
|
||||||
|
supports_xray: true,
|
||||||
direct_access_external_data: Some(false),
|
direct_access_external_data: Some(false),
|
||||||
..base::linux_gnu::opts()
|
..base::linux_gnu::opts()
|
||||||
},
|
},
|
||||||
|
@ -24,6 +24,7 @@ pub(crate) fn target() -> Target {
|
|||||||
| SanitizerSet::LEAK
|
| SanitizerSet::LEAK
|
||||||
| SanitizerSet::MEMORY
|
| SanitizerSet::MEMORY
|
||||||
| SanitizerSet::THREAD,
|
| SanitizerSet::THREAD,
|
||||||
|
supports_xray: true,
|
||||||
direct_access_external_data: Some(false),
|
direct_access_external_data: Some(false),
|
||||||
..base::linux_musl::opts()
|
..base::linux_musl::opts()
|
||||||
},
|
},
|
||||||
|
@ -22,6 +22,7 @@ pub(crate) fn target() -> Target {
|
|||||||
| SanitizerSet::LEAK
|
| SanitizerSet::LEAK
|
||||||
| SanitizerSet::MEMORY
|
| SanitizerSet::MEMORY
|
||||||
| SanitizerSet::THREAD,
|
| SanitizerSet::THREAD,
|
||||||
|
supports_xray: true,
|
||||||
direct_access_external_data: Some(false),
|
direct_access_external_data: Some(false),
|
||||||
..base::linux_ohos::opts()
|
..base::linux_ohos::opts()
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user