As discussed in D99250 , we added a new tuning debugger DBX(D99400) to add some debug info customizations for DBX on AIX.
This is part of the customizations, not generating DWARF infos not matching the DWARF version.
This patch is for attribute DW_AT_noreturn which is introduced in DWARF 5.
Now for DBX, we only generate this attribute when DWARF version is 5 or higher.
Should we factor out a FlagSupported(attribute) function? I think Dwarf.def already stores the version in which an attribute was introduced, so we don't need to duplicate this in the code here?