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

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 25 01:04:25 PST 2024


================
@@ -0,0 +1,116 @@
+## Check that obj2yaml can parse SymbolAlignmentAndType, SymbolAlignment,
+## and SymbolType.  If either SymbolAlignment or SymbolType are specified
----------------
jh7370 wrote:

The last sentence of this is not needed up front and should be with the specific case where it's relevant (you already have it there).

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


More information about the llvm-commits mailing list