Page MenuHomeFreeBSD

llvm-symbolizer: Move out of CLANG_EXTRAS, into CLANG
ClosedPublic

Authored by kevans on May 31 2019, 7:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 21, 7:10 AM
Unknown Object (File)
Wed, Sep 16, 5:39 PM
Unknown Object (File)
Wed, Sep 16, 5:32 PM
Unknown Object (File)
Wed, Sep 16, 3:18 PM
Unknown Object (File)
Sun, Sep 13, 11:26 PM
Unknown Object (File)
Fri, Sep 11, 3:38 AM
Unknown Object (File)
Tue, Sep 8, 4:14 AM
Unknown Object (File)
Sun, Sep 6, 5:35 AM
Subscribers

Details

Summary

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.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable