[PATCH] D107655: Correctly decode `UOP_Epilog` opcodes in `llvm-objdump`
Arpad Borsos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 17 05:57:14 PDT 2021
Swatinem added a comment.
Please bear with me a bit, I’m completely new to llvm codebase and test infra.
I’m unsure how converting this to yaml would help me? On the other hand, the asm seems to be the source for the obj/exe fixtures. How would I go about regenerating those from the source?
Also, I’m not quite sure how to actually put an epilog code in there via asm. I found this snippet here: https://searchfox.org/mozilla-central/rev/d3683dbb252506400c71256ef3994cdbdfb71ada/toolkit/crashreporter/test/win64UnwindInfoTests.asm#346-363
But that seems to be a different asm flavor?
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