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/d8939da2653c
branches: netbsd-9
changeset: 1000713:d8939da2653c
user: martin <martin%NetBSD.org@localhost>
date: Mon Aug 19 15:43:54 2019 +0000
description:
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
diffstat:
external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (6 lines):
diff -r ed8939f80eda -r d8939da2653c external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk
--- a/external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk Sun Aug 18 14:36:49 2019 +0000
+++ b/external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk Mon Aug 19 15:43:54 2019 +0000
@@ -1,1 +1,2 @@
CLANG_VER= 7.0.0
+NODEBUG= # defined
Home |
Main Index |
Thread Index |
Old Index