[PATCH] D92163: [obj2yaml] - Don't assert when trying to calculate the expected section offset.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 27 00:05:44 PST 2020


jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.

I'm rather surprised that this is needed, if I'm honest. Intuitively, I'd expect the result of that ternary to be a uin64_t, since that's the type of sh_addralign, but I guess not. LGTM.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92163/new/

https://reviews.llvm.org/D92163



More information about the llvm-commits mailing list