Open
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