We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
LLVM added support for them last year. Ar_archive_writer will need to adopt all changes since the commit it was derived from.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: