[PATCH] D107655: Correctly decode `UOP_Epilog` opcodes in `llvm-objdump`

Arpad Borsos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 1 12:21:44 PDT 2022


Swatinem marked an inline comment as done.
Swatinem added a comment.

@MaskRay I tried playing with obj2yaml, but it would would require me to mess with the raw byte stream of the unwind ops, which I think would be rather fragile.
So this is good to go from my end.


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

https://reviews.llvm.org/D107655



More information about the llvm-commits mailing list