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)
Tue, Jun 3, 12:32 AM
Unknown Object (File)
Sun, Jun 1, 6:45 AM
Unknown Object (File)
Sun, May 25, 11:04 AM
Unknown Object (File)
Thu, May 15, 8:09 AM
Unknown Object (File)
Mon, May 5, 5:32 PM
Unknown Object (File)
Apr 30 2025, 5:17 AM
Unknown Object (File)
Apr 30 2025, 3:50 AM
Unknown Object (File)
Apr 24 2025, 3:56 PM
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