-
Notifications
You must be signed in to change notification settings - Fork 107
What is causing this crash? #1510
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
Comments
Looks like the cc crate has started using raw-dylib on Windows: rust-lang/cc-rs#1137 cg_clif doesn't know how to build import libraries yet, and as such raw-dylib doesn't work. |
Oh crap. And now? |
rust-lang/ar_archive_writer#15 is a port of LLVM's import library writer to rust allowing it to be used by cg_clif. It was opened a while ago, but I didn't get around to reviewing it until a week ago. It is currently waiting on the author of the PR. |
I've pushed a commit to get a regular fatal error rather than a panic when using raw-dylib. |
Ok. In the meantime they maybe are reverting that change... rust-lang/cc-rs#1156 (comment) |
raw-dylib has been implemented in #1524. |
cargo-clif.exe run -p app
is crashing with:src\archive.rs
is not my file.How to know what crate is causing this?
I'm on the latest rust, clif and windows dependencies as of today.
The text was updated successfully, but these errors were encountered: