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

Enable builtin_split_dwarf_loader for Windows #269

Merged
merged 1 commit into from Feb 21, 2023

Conversation

philipc
Copy link
Contributor

@philipc philipc commented Feb 19, 2023

I was unable to generate DWARF with mingw that had non-UTF8 paths. Somewhere in the toolchain the path is being lossily converted to UTF8. We may find a situation in which the DWARF doesn't contain UTF8 in the future, but until then we try to do a lossless conversion to UTF8, and return an error if that fails.

I was unable to generate DWARF with mingw that had non-UTF8 paths.
Somewhere in the toolchain the path is being lossily converted to UTF8.
We may find a situation in which the DWARF doesn't contain UTF8 in the
future, but until then we try to do a lossless conversion to UTF8, and
return an error if that fails.
@philipc philipc merged commit 64eba5f into gimli-rs:master Feb 21, 2023
@philipc philipc deleted the windows branch February 21, 2023 01:59
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.

None yet

1 participant