Skip to content

Commit

Permalink
Consider all fields when comparing DllImports, to remove nondetermini…
Browse files Browse the repository at this point in the history
…nsm in multiple-definitions test
  • Loading branch information
ricobbe committed Jul 16, 2021
1 parent e3091d7 commit b47198a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib.rs
Expand Up @@ -221,9 +221,7 @@ impl CodegenBackend for CraneliftCodegenBackend {
sess,
&codegen_results,
outputs,
);

Ok(())
)
}
}

Expand Down

0 comments on commit b47198a

Please sign in to comment.