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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 6 19:46:34 PDT 2021


MaskRay added a comment.

This needs a test. Under `/tools/llvm-objdump/COFF`, you may use `obj2yaml Inputs/win64-unwind.exe.coff-x86_64.exe` to convert the precanned binary test file to a yaml test file.
Edit the accompanying `.asm` file to add new unwind code, and then test it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107655



More information about the llvm-commits mailing list