guys,
We are building a symbolic executor for Rust, but got trouble building standard library into llvm IR(bytecode), e.g., libcore.
we tried everything found by google:
- rustc --emit=llvm-bc src/libcore/lib.rs
- xbuild etc
nothing worked so far, any idea ? thanks!