Use DWARF version 4 for now

This commit is contained in:
bjorn3 2020-04-21 12:13:50 +02:00 committed by GitHub
parent 8c7a457753
commit c3c5c4b731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,9 @@ impl<'tcx> DebugContext<'tcx> {
version: if tcx.sess.target.target.options.is_like_osx {
3
} else {
5
// FIXME change to version 5 once the gdb and lldb shipping with the latest debian
// support it.
4
},
address_size,
};