Files
rust/src/doc
Matthias Krüger 3075644a3d Rollup merge of #128348 - dingxiangfei2009:allow-shadow-call-stack-sanitizer, r=tmandry
Unconditionally allow shadow call-stack sanitizer for AArch64

It is possible to do so whenever `-Z fixed-x18` is applied.

cc ``@Darksonn`` for context

The reasoning is that, as soon as reservation on `x18` is forced through the flag `fixed-x18`, on AArch64 the option to instrument with [Shadow Call Stack sanitizer](https://clang.llvm.org/docs/ShadowCallStack.html) is then applicable regardless of the target configuration.

At the every least, we would like to relax the restriction on specifically `aarch64-unknonw-none`. For this option, we can include a documentation change saying that users of compiled objects need to ensure that they are linked to runtime with Shadow Call Stack instrumentation support.

Related: #121972
2024-08-15 19:32:35 +02:00
..
2024-08-12 13:01:03 -04:00
2024-08-12 13:01:03 -04:00
2024-07-15 13:00:42 -04:00
2024-08-12 13:01:03 -04:00
2024-08-12 13:01:03 -04:00
2024-08-12 13:01:03 -04:00
2024-08-12 13:01:03 -04:00
2022-01-28 13:42:48 +01:00
2019-09-30 07:46:10 +02:00
2022-01-28 13:42:48 +01:00
2021-07-10 19:51:36 +02:00
2024-03-18 09:13:18 -07:00