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

Always handle .dll as object file on Windows #307

Merged
merged 2 commits into from
Aug 23, 2023
Merged

Always handle .dll as object file on Windows #307

merged 2 commits into from
Aug 23, 2023

Conversation

taiki-e
Copy link
Owner

@taiki-e taiki-e commented Aug 23, 2023

Fixes #300

We currently treat files that is_executable crate considers executable as object files. However, the is_executable crate did not consider the DLL files generated as a result of compiling cdylib (or proc-macro) crate to be executable, so those files were not collected as object files.

@taiki-e taiki-e added the O-windows Operating system: Windows label Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-windows Operating system: Windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

llvm-cov report - no filenames specified (failed only on windows and works on linux)
1 participant