[llvm] [XCOFF][obj2yaml] Support SymbolAlignmentAndType as 2 separate fields in YAML. (PR #76828)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 8 00:55:49 PST 2024
================
@@ -127,6 +127,16 @@ void ScalarEnumerationTraits<XCOFF::StorageMappingClass>::enumeration(
#undef ECase
}
+void ScalarEnumerationTraits<XCOFF::SymbolType>::enumeration(
----------------
jh7370 wrote:
I should add that a test case showing that a number in the appropriate range is accepted (and rejected if outside the range).
https://github.com/llvm/llvm-project/pull/76828
More information about the llvm-commits
mailing list