Rename is_like_osx to is_like_darwin
This commit is contained in:
@@ -58,7 +58,7 @@ impl DebugContext {
|
||||
// FIXME this should be configurable
|
||||
// macOS doesn't seem to support DWARF > 3
|
||||
// 5 version is required for md5 file hash
|
||||
version: if tcx.sess.target.is_like_osx {
|
||||
version: if tcx.sess.target.is_like_darwin {
|
||||
3
|
||||
} else {
|
||||
// FIXME change to version 5 once the gdb and lldb shipping with the latest debian
|
||||
|
||||
Reference in New Issue
Block a user