Revert "Preserve the .debug_gdb_scripts section"
This reverts commit 868bdde25b.
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user