Merge commit '81dc066758' into sync_cg_clif-2023-10-09
This commit is contained in:
parent
fea943debf
commit
5d85a24442
47 changed files with 1230 additions and 734 deletions
|
|
@ -1,12 +1,9 @@
|
|||
use rustc_data_structures::fx::FxHashMap;
|
||||
|
||||
use cranelift_module::FuncId;
|
||||
use cranelift_object::ObjectProduct;
|
||||
|
||||
use gimli::SectionId;
|
||||
use object::write::{Relocation, StandardSegment};
|
||||
use object::{RelocationEncoding, SectionKind};
|
||||
|
||||
use gimli::SectionId;
|
||||
use rustc_data_structures::fx::FxHashMap;
|
||||
|
||||
use crate::debuginfo::{DebugReloc, DebugRelocName};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue