You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.
First off, this is super awesome! I'm quite excited to see where this goes.
When diagnosing rust-lang/cargo#1695 I tried to give this a spin, but I found that compiling libmorestack.a failed for me due to some preprocessor stuff. I think that llvm-mc doesn't have a built-in preprocessor (or it's at least quite limited), which is why we run it through gcc -E beforehand.
The text was updated successfully, but these errors were encountered:
Does this error happen when cross-compiling to a specific arch? I haven't encountered this issue when cross compiling to mips, but I haven't tried other arches. I ask because I'd like to add a test for this, if possible.
(I'm aware that the Rust build system calls gcc -E in some places, but cross compiling to mips worked without them, so I didn't add them)
First off, this is super awesome! I'm quite excited to see where this goes.
When diagnosing rust-lang/cargo#1695 I tried to give this a spin, but I found that compiling libmorestack.a failed for me due to some preprocessor stuff. I think that
llvm-mc
doesn't have a built-in preprocessor (or it's at least quite limited), which is why we run it throughgcc -E
beforehand.The text was updated successfully, but these errors were encountered: