Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/external/bsd/compiler_rt/lib/clang/lib/netbsd Pull up fol...



details:   https://anonhg.NetBSD.org/src/rev/edab4849ce16
branches:  netbsd-9
changeset: 458324:edab4849ce16
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Sep 06 19:45:53 2019 +0000

description:
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.

diffstat:

 external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (7 lines):

diff -r 99bfbbee21bd -r edab4849ce16 external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk
--- a/external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk   Fri Sep 06 19:43:00 2019 +0000
+++ b/external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk   Fri Sep 06 19:45:53 2019 +0000
@@ -1,2 +1,3 @@
 CLANG_VER=     7.0.0
 NODEBUG=       # defined
+NOLIBCSANITIZER=# defined



Home | Main Index | Thread Index | Old Index