Skip to content

Handle assembly in sanitizer tools #192

Open
@ramosian-glider

Description

@ramosian-glider

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions