1
Fork 0

rustc_codegen_ssa: split declare_local into create_dbg_var and dbg_var_addr.

This commit is contained in:
Eduard-Mihai Burtescu 2020-01-26 18:50:13 +02:00
parent 0d34a87722
commit 0b633c82f0
8 changed files with 79 additions and 43 deletions

View file

@ -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<'_, '_, '_> {