Skip to content

llvm: fix incorrect file paths in debug info #17503

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
Oct 13, 2023
Merged

Conversation

andrewrk
Copy link
Member

@andrewrk andrewrk commented Oct 13, 2023

The previous code incorrectly added sub_path twice.

Also for the compilation unit, it was passing empty string to realpath, resulting in the error handling codepath being used.

closes #17482

Related:

The previous code incorrectly added `sub_path` twice.

Also for the compilation unit, it was passing empty string to realpath,
resulting in the error handling codepath being used.

closes #17482
@andrewrk andrewrk enabled auto-merge (rebase) October 13, 2023 04:36
@andrewrk andrewrk merged commit 69dc1a6 into master Oct 13, 2023
@andrewrk andrewrk deleted the fix-llvm-debug-dir branch October 13, 2023 10:07
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.

Incorrect file paths in DWARF debug info
1 participant