-
Couldn't load subscription status.
- Fork 13.9k
Open
Open
Enhancement
Copy link
Labels
A-sanitizersArea: Sanitizers for correctness and code qualityArea: Sanitizers for correctness and code qualityC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.T-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.
Description
We currently document that -C target-feature=+tagged-globals needs to be used with -Z sanitizer=hwaddress. But that is easy to miss. We forgot to do that in our own test for example (fixed by this PR).
We should probably do like clang and automatically enable that target-feature after thinking about how that affects Rust safety guarantees, for example. That was suggested here.
Metadata
Metadata
Assignees
Labels
A-sanitizersArea: Sanitizers for correctness and code qualityArea: Sanitizers for correctness and code qualityC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.T-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.