Skip to content

Fixed DSYM for mac #2843

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 2 commits into from
Apr 12, 2025
Merged

Fixed DSYM for mac #2843

merged 2 commits into from
Apr 12, 2025

Conversation

swamishiju
Copy link
Contributor

I was facing some problems with lldb locally for lpython which i didnt with lfortran so i wrote a small fix for it

before

lpython % lldb src/bin/lpython
(lldb) target create "src/bin/lpython"
warning: (arm64) /Users/swaminathshiju/lpython/src/bin/lpython empty dSYM file detected, dSYM was created with an executable with no debug info.
Current executable set to '/Users/swaminathshiju/lpython/src/bin/lpython' (arm64).
(lldb)

after

lpython % lldb src/bin/lpython
(lldb) target create "src/bin/lpython"
Current executable set to '/Users/swaminathshiju/lpython/src/bin/lpython' (arm64).
(lldb)

Copy link
Collaborator

@Shaikh-Ubaid Shaikh-Ubaid left a comment

Choose a reason for hiding this comment

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

It looks like we added similar changes for lfortran here. I think this should be good.

@Shaikh-Ubaid Shaikh-Ubaid merged commit 0f965af into lcompilers:main Apr 12, 2025
18 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.

2 participants