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, Mar 16, 12:39 AM
Unknown Object (File)
Mon, Mar 9, 3:38 AM
Unknown Object (File)
Sun, Mar 8, 8:17 PM
Unknown Object (File)
Sun, Mar 8, 8:13 AM
Unknown Object (File)
Fri, Feb 20, 8:24 PM
Unknown Object (File)
Wed, Feb 18, 12:24 PM
Unknown Object (File)
Tue, Feb 17, 12:10 PM
Unknown Object (File)
Feb 17 2026, 10:06 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