-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
List of arches that support -Zsanitizer=shadow-call-stack is incomplete #121966
Copy link
Copy link
Open
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsA-sanitizersArea: Sanitizers for correctness and code qualityArea: Sanitizers for correctness and code qualityT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsA-sanitizersArea: Sanitizers for correctness and code qualityArea: Sanitizers for correctness and code qualityT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Location
This issue is in the list of sanitizers at
src/doc/unstable-book/src/compiler-flags/sanitizer.md.Summary
Currently, the documentation says that
aarch64-linux-androidis the only target that supports shadow call stack. However, as of #106061, there are some Fuchsia targets that also support it. The list should be extended to list all targets that support the feature.