Skip to content

Conversation

@swamishiju
Copy link
Collaborator

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

@ubaidsk ubaidsk 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.

@ubaidsk ubaidsk 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