Skip to content

Commit eec5423

Browse files
author
hyd-dev
committed
Stop skipping cdylib
1 parent c0eb13b commit eec5423

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

cargo-miri/bin.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -608,15 +608,6 @@ fn phase_cargo_rustc(mut args: env::Args) {
608608
let target_crate = is_target_crate();
609609
let print = get_arg_flag_value("--print").is_some(); // whether this is cargo passing `--print` to get some infos
610610

611-
// cdylib is just skipped, we cannot interpret it and do not need it
612-
// for the rest of the build either.
613-
if get_arg_flag_value("--crate-type").as_deref() == Some("cdylib") {
614-
if verbose {
615-
eprint!("[cargo-miri rustc] (cdylib skipped)");
616-
}
617-
return;
618-
}
619-
620611
let store_json = |info: CrateRunInfo| {
621612
let filename = out_filename("", "");
622613
if verbose {

0 commit comments

Comments
 (0)