Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/compiler_rt/lib/clang/lib/netbsd Set NOLIBCSANI...



details:   https://anonhg.NetBSD.org/src/rev/1b4af5813e15
branches:  trunk
changeset: 459301:1b4af5813e15
user:      kamil <kamil%NetBSD.org@localhost>
date:      Tue Sep 03 03:04:31 2019 +0000

description:
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 55705eef40fe -r 1b4af5813e15 external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk
--- a/external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk   Mon Sep 02 20:09:29 2019 +0000
+++ b/external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk   Tue Sep 03 03:04:31 2019 +0000
@@ -1,2 +1,3 @@
 CLANG_VER=     7.0.0
 NODEBUG=       # defined
+NOLIBCSANITIZER=# defined



Home | Main Index | Thread Index | Old Index