Handle assembly in sanitizer tools
Open
Priority-Medium
ProjectAddressSanitizer
Status-Accepted
Type-Enhancement
- Dominant language
- C
- Stars
- 12.5k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
Originally reported on Google Code with ID 192
```
Sanitizer tools need to handle assembly (inline and not). For ASan and TSan that will
improve tool coverage, for MSan - help avoid false positives.
ATM it seems like the best chance to do that is through some kind of MC pass in LLVM.
AFAIK, those things (MC passes) do not exist yet. Making that happen would require
significant infrastructure work.
```
Reported by `eugenis@google.com` on 2013-06-06 07:59:40
Contributor guide
Assessment
This issue has not been assessed yet.