Module Name: src Committed By: kamil Date: Fri Aug 23 06:38:27 UTC 2019
Modified Files: src: Makefile src/distrib/sets/lists/base: md.i386 src/external/bsd: Makefile src/external/bsd/compiler_rt/lib/clang/lib: Makefile src/external/bsd/compiler_rt/lib/clang/lib/netbsd: Makefile Log Message: Enhance MKSANITIZER support Add i386 support for LLVM sanitizers. Add new build phases do-sanitizer-* for building LLVM sanitizers after libs and before other programs. This phase is important as sanitizers need to link with libs and sanitized programs must link with sanitizer runtimes. To generate a diff of this commit: cvs rdiff -u -r1.327 -r1.328 src/Makefile cvs rdiff -u -r1.152 -r1.153 src/distrib/sets/lists/base/md.i386 cvs rdiff -u -r1.64 -r1.65 src/external/bsd/Makefile cvs rdiff -u -r1.1 -r1.2 src/external/bsd/compiler_rt/lib/clang/lib/Makefile cvs rdiff -u -r1.2 -r1.3 \ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.