mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
Rollup merge of #131583 - heiher:loong-issue-118053, r=jieyouxu
Setting up indirect access to external data for loongarch64-linux-{musl,ohos} In issue #118053, the `loongarch64-unknown-linux-gnu` target needs indirection to access external data, and so do the `loongarch64-unknown-linux-musl` and `loongarch64-unknown-linux-ohos` targets.
This commit is contained in:
commit
9aee5d98cf
@ -24,6 +24,7 @@ pub(crate) fn target() -> Target {
|
||||
| SanitizerSet::LEAK
|
||||
| SanitizerSet::MEMORY
|
||||
| SanitizerSet::THREAD,
|
||||
direct_access_external_data: Some(false),
|
||||
..base::linux_musl::opts()
|
||||
},
|
||||
}
|
||||
|
@ -22,6 +22,7 @@ pub(crate) fn target() -> Target {
|
||||
| SanitizerSet::LEAK
|
||||
| SanitizerSet::MEMORY
|
||||
| SanitizerSet::THREAD,
|
||||
direct_access_external_data: Some(false),
|
||||
..base::linux_ohos::opts()
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user