rustc_codegen_llvm: move DISubprogram creation to a dbg_scope_fn method.
This commit is contained in:
parent
9d57c417fc
commit
fa2b381ec8
6 changed files with 52 additions and 36 deletions
|
@ -80,6 +80,7 @@ impl Funclet<'ll> {
|
|||
|
||||
impl BackendTypes for CodegenCx<'ll, 'tcx> {
|
||||
type Value = &'ll Value;
|
||||
// FIXME(eddyb) replace this with a `Function` "subclass" of `Value`.
|
||||
type Function = &'ll Value;
|
||||
|
||||
type BasicBlock = &'ll BasicBlock;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue