[llvm] [XCOFF] Support the subtype in Dwarf section headers (PR #81667)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 15 02:18:18 PST 2024


================
@@ -983,6 +983,17 @@ const EnumEntry<XCOFF::SectionTypeFlags> SectionTypeFlagsNames[] = {
 #undef ECase
 };
 
+const EnumEntry<XCOFF::DwarfSectionSubtypeFlags>
----------------
jh7370 wrote:

You need a dedicated test in the llvm-readobj tests that shows the llvm-readobj behaviour. The yaml2obj test doesn't need to execute llvm-readobj: just checking the YAML output from obj2yaml is probably sufficient.

https://github.com/llvm/llvm-project/pull/81667


More information about the llvm-commits mailing list