Revert "Preserve the .debug_gdb_scripts section"

This reverts commit 868bdde25b.
This commit is contained in:
bjorn3
2025-08-06 18:01:07 +00:00
parent 270c1a4d24
commit e02cc40ec9
8 changed files with 61 additions and 73 deletions

View File

@@ -254,8 +254,7 @@ impl<'gcc, 'tcx> DebugInfoCodegenMethods<'tcx> for CodegenCx<'gcc, 'tcx> {
// TODO(antoyo): implement.
}
fn debuginfo_finalize(&mut self) {
// TODO: emit section `.debug_gdb_scripts`.
fn debuginfo_finalize(&self) {
self.context.set_debug_info(true)
}