[llvm] [XCOFF][obj2yaml] Support SymbolAlignmentAndType as 2 separate fields in YAML. (PR #76828)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 8 10:41:54 PST 2024


================
@@ -127,6 +127,16 @@ void ScalarEnumerationTraits<XCOFF::StorageMappingClass>::enumeration(
 #undef ECase
 }
 
+void ScalarEnumerationTraits<XCOFF::SymbolType>::enumeration(
----------------
stephenpeckham wrote:

I don't know how to specify a number rather than a string (denoting the enumeration type).  Generating invalid object files isn't always easy.

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


More information about the llvm-commits mailing list