[llvm-commits] [PATCH] Extend sanitizer blacklist functionality

Reid Watson reidw at google.com
Wed Aug 22 11:08:57 PDT 2012


Hi all,

First off, sincere thanks to reviewers(kcc especially) for helping
with the initial initialization order patch.

I'm now looking to expand the blacklisting functionality of
AddressSanitizer to include the ability to blacklist global variables.
 This is currently handled in FunctionBlackList.h, which is renamed to
BlackList.h to reflect the fact that it can store more than functions.

I've attached the patch and uploaded it to
Rietveld(http://codereview.appspot.com/6473048/).  Review is
appreciated as always.

All the best,
Reid
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-asan-blacklist.patch
Type: application/octet-stream
Size: 14540 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120822/d25fc426/attachment.obj>


More information about the llvm-commits mailing list