]> granicus.if.org Git - clang/commit
Enable additonal features in NetBSD
authorKamil Rytarowski <n54@gmx.com>
Sun, 26 Nov 2017 22:24:22 +0000 (22:24 +0000)
committerKamil Rytarowski <n54@gmx.com>
Sun, 26 Nov 2017 22:24:22 +0000 (22:24 +0000)
commit9f9177d3ef72580ca29e8844327f63d7aa1908af
treebe05a2df62009bdc2b96eee64430e31cdbfd6422
parentf3dc13021086ea1868536c072117c33b45f80584
Enable additonal features in NetBSD

Summary:
Enable for x86_64:

 - ESan,
 - KASan,
 - MSan.

Enable for x86_64 and i386:

 - Scudo.

These features are under active development and in various level of completeness.

Sponsored by <The NetBSD Foundation>

Reviewers: dvyukov, joerg, vitalybuka, eugenis

Reviewed By: eugenis

Subscribers: llvm-commits, #sanitizers

Tags: #sanitizers

Differential Revision: https://reviews.llvm.org/D40456

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@319007 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains/NetBSD.cpp