]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
llvm-symbolizer: Move out of CLANG_EXTRAS, into CLANG
authorkevans <kevans@FreeBSD.org>
Sun, 2 Jun 2019 04:04:21 +0000 (04:04 +0000)
committerkevans <kevans@FreeBSD.org>
Sun, 2 Jun 2019 04:04:21 +0000 (04:04 +0000)
commit0a5977d3171e20a30c0e1ef2737595713f1f7e8a
tree862953bfd922bdb0b60b8a56e6e3fa813e85bcbf
parentf3798bdb08266e9fdbedd6ab25bf74c3e2e5d778
llvm-symbolizer: Move out of CLANG_EXTRAS, into CLANG

ASAN reports become a lot more useful with llvm-symbolizer in $PATH, and the
build is not much more time-consuming. The added benefit is that the
resulting reports will actually include symbol information; without, thread
trace information includes a bunch of addresses that immediately resolve to
an inline function in
^/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common.h and take a
little more effort to examine.

Reviewed by: emaste
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D20484
lib/clang/libllvm/Makefile
tools/build/mk/OptionalObsoleteFiles.inc
usr.bin/clang/Makefile