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/2ea1361b7ec1
branches: netbsd-9
changeset: 458217:2ea1361b7ec1
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 33ee56402711 -r 2ea1361b7ec1 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