diff options
| author | martin <martin@NetBSD.org> | 2019-08-16 19:10:42 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2019-08-16 19:10:42 +0000 |
| commit | c93902228f1e1b2ac77a32f7f38f2ddf3d348bfd (patch) | |
| tree | ea43ca456e0e9ff31fdbc6368f5f8b0bdace8b74 /etc | |
| parent | 908ce1fbeaff9459da5c915ef85a2054961f7b85 (diff) | |
Pull up following revision(s) (requested by kamil in ticket #60):
distrib/sets/lists/comp/mi: revision 1.2280
external/bsd/Makefile: revision 1.64
distrib/sets/lists/base/mi: revision 1.1210
distrib/sets/lists/base/md.amd64: revision 1.278
etc/mtree/NetBSD.dist.base: revision 1.202
Add LLVM sanitizers in the MKLLVM=yes build
Enable in all the supported variations for NetBSD/amd64:
- Address Sanitizer
- Thread Sanitizer
- Memory Sanitizer
- Undefined Behavior Sanitizer
- SafeStack
- libFuzzer
- XRay
This change enables the features on amd64 for start.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/mtree/NetBSD.dist.base | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/etc/mtree/NetBSD.dist.base b/etc/mtree/NetBSD.dist.base index a78dd0ef63d..7636aeadc95 100644 --- a/etc/mtree/NetBSD.dist.base +++ b/etc/mtree/NetBSD.dist.base @@ -1,4 +1,4 @@ -# $NetBSD: NetBSD.dist.base,v 1.200.2.1 2019/08/08 11:52:14 martin Exp $ +# $NetBSD: NetBSD.dist.base,v 1.200.2.2 2019/08/16 19:10:42 martin Exp $ # @(#)4.4BSD.dist 8.1 (Berkeley) 6/13/93 # Do not customize this file as it may be overwritten on upgrades. @@ -257,6 +257,14 @@ ./usr/include/ufs/ufs ./usr/include/uvm ./usr/lib +./usr/lib/clang +./usr/lib/clang/7.0.0 +./usr/lib/clang/7.0.0/include +./usr/lib/clang/7.0.0/include/sanitizer +./usr/lib/clang/7.0.0/include/xray +./usr/lib/clang/7.0.0/lib +./usr/lib/clang/7.0.0/lib/netbsd +./usr/lib/clang/7.0.0/share ./usr/lib/i18n ./usr/lib/lua ./usr/lib/lua/5.3 |
