Releases: dtolnay/cargo-llvm-lines
Releases · dtolnay/cargo-llvm-lines
0.4.11
- Add
-q
/--quiet
flag to suppress progress output from Cargo
0.4.10
- Support running against examples (#42)
0.4.9
- Accept any additional flags for rustc after
--
, as in: cargo llvm-lines -- -Zverbose
(#39)
0.4.8
- Include a Cargo.lock in the published package (#37)
0.4.7
rust-lang/rust$ RUSTFLAGS="--emit=llvm-ir" ./x.py build --stage 0 compiler/rustc
rust-lang/rust$ cargo llvm-lines \
--files ./build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/*.ll
0.4.6
- Add support for rustc's
--target
flag, as in cargo llvm-lines --target wasm32-unknown-unknown
(#29)
0.4.5
- Improvements to
--help
text
0.4.4
- Fix "The system cannot find the file specified" error on Windows (#26)
0.4.3
- Documentation improvements
0.4.2
- Fix "the system cannot find the file specified. (os error 2)" on Windows (#23, thanks @panstromek)