[cfe-commits] [PATCH] [ubsan] Add support for -fsanitize-blacklist

Will Dietz wdietz2 at illinois.edu
Wed Jan 16 12:08:35 PST 2013


Minor touchup to clang patch, thanks!

~Will

On Wed, Jan 16, 2013 at 11:37 AM, Will Dietz <wdietz2 at illinois.edu> wrote:
> Attached are two patches.
>
> First applies to clang and uses the blacklist to avoid instrumenting
> the source files or functions specified.  Lit test included.
>
> The other is a small change to llvm to make the "Blacklist" class
> visible to Clang.  Not sure I understand the header organization
> system well enough, let me know if it belongs elsewhere.
>
> Thanks!
>
> ~Will
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ubsan-Add-support-for-fsanitize-blacklist.patch
Type: application/octet-stream
Size: 16744 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130116/cd47cd80/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Move-Blacklist.h-to-include-to-enable-use-from-clang.patch
Type: application/octet-stream
Size: 7647 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130116/cd47cd80/attachment-0001.obj>


More information about the cfe-commits mailing list