gopalshankar / address-sanitizer

Automatically exported from code.google.com/p/address-sanitizer
0 stars 0 forks source link

Assembly instrumentation: blacklist support #280

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Assembly instrumentation must be affected by the blacklist setting in clang 
(full functionality for inline asm, src: lines only for top-level asm).

I guess we don't need a clang-level flag to disable asm instrumentation: 
blacklist should be enough to deal with any bugs we might run into.

Original issue reported on code.google.com by euge...@google.com on 24 Mar 2014 at 7:25

GoogleCodeExporter commented 9 years ago

Original comment by ygorshe...@google.com on 28 Mar 2014 at 9:30

GoogleCodeExporter commented 9 years ago
http://reviews.llvm.org/D3106

Original comment by ygorshe...@google.com on 24 Apr 2014 at 12:47