Skip to content

utils: Add llvm-symbolizer to install_components_with_clang presets #81966

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 4, 2025

Conversation

ADKaster
Copy link
Contributor

@ADKaster ADKaster commented Jun 4, 2025

llvm-symbolizer is critical to ASAN/LSAN properly reading and applying allowlists and suppressions. Without properly symbolized backtraces, the tools cannot match stack traces to suppression lists, leading to false negatives in leak detection and other issues.

Ensure that it's installed in the toolchain presets.

ref: swiftlang/swiftly#368

cc @FranzBusch

llvm-symbolizer is critical to ASAN/LSAN properly reading and applying
allowlists and suppressions. Without properly symbolized backtraces,
the tools cannot match stack traces to suppression lists, leading to
false negatives in leak detection and other issues.

Ensure that it's installed in the toolchain presets.
@compnerd
Copy link
Member

compnerd commented Jun 4, 2025

@swift-ci please smoke test

@compnerd
Copy link
Member

compnerd commented Jun 4, 2025

@swift-ci please smoke test macOS platform

@compnerd
Copy link
Member

compnerd commented Jun 4, 2025

FTR, Windows already ships llvm-symbolizer as part of the toolchain

@FranzBusch FranzBusch enabled auto-merge June 4, 2025 20:46
@FranzBusch FranzBusch merged commit 020c8fd into swiftlang:main Jun 4, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants