This is an archive of the discontinued LLVM Phabricator instance.

[NFC][AMDGPU] Do not override GetDefaultDwarfVersion
Needs ReviewPublic

Authored by scott.linder on Dec 22 2020, 11:26 AM.

Details

Summary

Use the implementation inhereted from ToolChain for as long
as we default to Dwarf 4 for every AMDGPU toolchain.

Diff Detail

Event Timeline

scott.linder created this revision.Dec 22 2020, 11:26 AM
scott.linder requested review of this revision.Dec 22 2020, 11:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 22 2020, 11:26 AM

No other target overrides GetDefaultDwarfVersion with the same implementation, and in the future when we make changes we can add them at the points in the hierarchy where they make sense semantically.