Module Name:    src
Committed By:   kamil
Date:           Tue Sep  3 03:04:31 UTC 2019

Modified Files:
        src/external/bsd/compiler_rt/lib/clang/lib/netbsd: common.mk

Log Message:
Set NOLIBCSANITIZER for LLVM sanitizer runtimes

Do not sanitize sanitizer runtimes.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
    src/external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk:1.2 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk:1.3
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk:1.2	Fri Aug 16 23:07:20 2019
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk	Tue Sep  3 03:04:31 2019
@@ -1,2 +1,3 @@
 CLANG_VER=	7.0.0
 NODEBUG=	# defined
+NOLIBCSANITIZER=# defined

Reply via email to