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
I'm trying to compile C code and link it to my Rust code at the LLVM IR level, to have that work well, clang's version should match rustc's version of LLVM. It would be useful if this crate would parse that.