Generalized base:maybe_create_entry_wrapper
This commit is contained in:
parent
b14f3e5490
commit
ac34068ed9
5 changed files with 39 additions and 24 deletions
|
@ -279,6 +279,9 @@ impl DebugInfoBuilderMethods<'tcx> for Builder<'a, 'll, 'tcx> {
|
|||
) {
|
||||
set_source_location(debug_context, &self, scope, span)
|
||||
}
|
||||
fn insert_reference_to_gdb_debug_scripts_section_global(&self) {
|
||||
gdb::insert_reference_to_gdb_debug_scripts_section_global(self)
|
||||
}
|
||||
}
|
||||
|
||||
impl DebugInfoMethods<'tcx> for CodegenCx<'ll, 'tcx> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue