Skip to content
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

Use -fdebug-prefix-map to clean up debug symbols #55

Merged
merged 1 commit into from
Aug 28, 2021

Conversation

nelhage
Copy link
Owner

@nelhage nelhage commented Aug 17, 2021

In my testing this mostly works, but GCC still emits a DW_AT_comp_dir pointing to the Lambda tempdir. That's annoyingly a bit hard to rewrite since llamacc can't know that path ahead of time. We could use a wrapper shell script, but maybe some magic syntax to make the runtime inject the absolute current path would also make sense…

Should mostly fix #54

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.

Use -fdebug-prefix-map=old=new when compiling with gcc/clang
1 participant