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/847fd6c9873f
branches: netbsd-9
changeset: 962842:847fd6c9873f
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 02dc59e428ea -r 847fd6c9873f 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