Home
last modified time | relevance | path

Searched refs:libunwind_path (Results 1 – 1 of 1) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/bootstrap/
H A Dcompile.rs146 let libunwind_path = builder.ensure(native::Libunwind { target }); in copy_llvm_libunwind() localVariable
147 let libunwind_source = libunwind_path.join("libunwind.a"); in copy_llvm_libunwind()
182 let libunwind_path = in copy_third_party_objects() localVariable
184 target_deps.push((libunwind_path, DependencyType::Target)); in copy_third_party_objects()
229 let libunwind_path = copy_llvm_libunwind(builder, target, &libdir_self_contained); in copy_self_contained_objects() localVariable
230 target_deps.push((libunwind_path, DependencyType::TargetSelfContained)); in copy_self_contained_objects()