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, Apr 16, 6:32 PM
Unknown Object (File)
Sun, Apr 14, 12:20 PM
Unknown Object (File)
Fri, Mar 29, 8:22 AM
Unknown Object (File)
Jan 11 2024, 11:57 AM
Unknown Object (File)
Dec 20 2023, 1:33 AM
Unknown Object (File)
Dec 15 2023, 1:41 PM
Unknown Object (File)
Dec 11 2023, 2:37 AM
Unknown Object (File)
Nov 10 2023, 9:08 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