google / google/sanitizers

Handle assembly in sanitizer tools

Open
#192 15 comments 0 reactions 1 assignee Claimed by @eugenis View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.