Module Name:    src
Committed By:   martin
Date:           Mon Aug 19 15:43:54 UTC 2019

Modified Files:
        src/external/bsd/compiler_rt/lib/clang/lib/netbsd [netbsd-9]: common.mk

Log Message:
Pull up following revision(s) (requested by kamil in ticket #90):

        external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk: revision 1.2
Set NODEBUG for LLVM sanitizers

The sanitizers are special purpose piece of software that needs customized
build rules. Do not bother with generating debuginfo files for them.

Fixes MKDEBUG=yes build


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.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.1.2.2 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk:1.1.2.3
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk:1.1.2.2	Fri Aug 16 18:44:06 2019
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk	Mon Aug 19 15:43:54 2019
@@ -1 +1,2 @@
 CLANG_VER=	7.0.0
+NODEBUG=	# defined

Reply via email to