Module Name: src Committed By: martin Date: Fri Sep 6 19:45:53 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 #184): external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk: revision 1.3 Set NOLIBCSANITIZER for LLVM sanitizer runtimes Do not sanitize sanitizer runtimes. To generate a diff of this commit: cvs rdiff -u -r1.1.2.3 -r1.1.2.4 \ 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.3 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk:1.1.2.4 --- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk:1.1.2.3 Mon Aug 19 15:43:54 2019 +++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk Fri Sep 6 19:45:53 2019 @@ -1,2 +1,3 @@ CLANG_VER= 7.0.0 NODEBUG= # defined +NOLIBCSANITIZER=# defined