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

Add support for creating COFF archives #9

Closed
dpaoliello opened this issue Apr 4, 2024 · 1 comment · Fixed by #14
Closed

Add support for creating COFF archives #9

dpaoliello opened this issue Apr 4, 2024 · 1 comment · Fixed by #14

Comments

@dpaoliello
Copy link
Contributor

Currently COFF is not supported:
https://github.com/rust-lang/ar_archive_writer/blob/master/src/archive_writer.rs#L42

However, we need to build rlibs as COFF for MSVC when using LLVM as a backend so that LLVM generates symbol tables: rust-lang/rust#123467

@bjorn3
Copy link
Member

bjorn3 commented Apr 4, 2024

LLVM added support for them last year. Ar_archive_writer will need to adopt all changes since the commit it was derived from.

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 a pull request may close this issue.

2 participants