svn commit: r350256 - in stable/12: . contrib/compiler-rt/lib/sanitizer_common contrib/libunwind/src contrib/llvm/lib/DebugInfo/DWARF contrib/llvm/lib/MC contrib/llvm/lib/Object contrib/llvm/lib/Ta...
Kyle Evans
kevans at freebsd.org
Tue Jul 23 18:54:06 UTC 2019
On Tue, Jul 23, 2019 at 1:41 PM Dimitry Andric <dim at freebsd.org> wrote:
>
> Author: dim
> Date: Tue Jul 23 18:40:32 2019
> New Revision: 350256
> URL: https://svnweb.freebsd.org/changeset/base/350256
>
> Log:
> MFC r348504 (by kevans):
>
> 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
> Differential Revision: https://reviews.freebsd.org/D20484
>
Ahh, r348689 also needs to be shipped back to stable along with this
one -- I had missed moving the man page out into the CLANG knob.
Thanks,
Kyle Evans
More information about the svn-src-all
mailing list