We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f9fff commit fc6f79eCopy full SHA for fc6f79e
compiler/rustc_codegen_cranelift/src/driver/jit.rs
@@ -293,9 +293,6 @@ fn dep_symbol_lookup_fn(
293
// itself. This helps the dynamic linker to find dylibs not in the regular dynamic library
294
// search path.
295
for &cnum in crate_info.used_crates.iter().rev() {
296
- if cnum == LOCAL_CRATE {
297
- continue; // We already have all code for the local crate
298
- }
299
let src = &crate_info.used_crate_source[&cnum];
300
match data[cnum] {
301
Linkage::NotLinked | Linkage::IncludedFromDylib => {}
0 commit comments