Skip to content

[dsymutil] Support generating dSYMs for firmware environments #87432

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
Apr 3, 2024

Conversation

JDevlieghere
Copy link
Member

Support generating dSYM companion files for (non-Darwin) firmware environments by considering the binary component of the triple in addition to the OS component.

rdar://125629792

Support generating dSYM companion files for (non-Darwin) firmware
environments by considering the binary component of the triple in
addition to the OS component.

rdar://125629792
@JDevlieghere JDevlieghere marked this pull request as ready for review April 2, 2024 23:36
Copy link
Collaborator

@jasonmolenda jasonmolenda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me, nice job coming up with a simple test case binary for this environment. Yes, I think the simple rubric of "if this is a Mach-O binary, creating a dSYM is the correct behavior" instead of checking for whether the binary is iOS/macOS/etc is good.

@JDevlieghere JDevlieghere merged commit 83402c3 into llvm:main Apr 3, 2024
@JDevlieghere JDevlieghere deleted the rdar125629792 branch April 3, 2024 03:43
JDevlieghere added a commit to swiftlang/llvm-project that referenced this pull request Apr 3, 2024
…7432)

Support generating dSYM companion files for (non-Darwin) firmware
environments by considering the binary component of the triple in
addition to the OS component.

rdar://125629792
(cherry picked from commit 83402c3)
JDevlieghere added a commit to swiftlang/llvm-project that referenced this pull request Apr 4, 2024
[dsymutil] Support generating dSYMs for firmware environments (llvm#87432)
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.

2 participants