rustc_codegen_ssa: split declare_local into create_dbg_var and dbg_var_addr.
This commit is contained in:
parent
0d34a87722
commit
0b633c82f0
8 changed files with 79 additions and 43 deletions
|
@ -57,6 +57,7 @@ impl BackendTypes for Builder<'_, 'll, 'tcx> {
|
|||
type Funclet = <CodegenCx<'ll, 'tcx> as BackendTypes>::Funclet;
|
||||
|
||||
type DIScope = <CodegenCx<'ll, 'tcx> as BackendTypes>::DIScope;
|
||||
type DIVariable = <CodegenCx<'ll, 'tcx> as BackendTypes>::DIVariable;
|
||||
}
|
||||
|
||||
impl ty::layout::HasDataLayout for Builder<'_, '_, '_> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue