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/84ac6e7a681c
branches: trunk
changeset: 1003193:84ac6e7a681c
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 a42f7e887221 -r 84ac6e7a681c 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