[PATCH] D125644: [ARM SEH 2] [llvm-readobj] Improve printing of Windows ARM packed unwind info
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 17 16:55:12 PDT 2022
efriedma added inline comments.
================
Comment at: llvm/tools/llvm-readobj/ARMWinEHPrinter.cpp:1148
+ if (RF.Flag() != RuntimeFunctionFlag::RFF_PackedFragment) {
+ ListScope PS(SW, "Prologue");
----------------
Drop the `RF.Flag() != RuntimeFunctionFlag::RFF_PackedFragment` check? (Similar to the reason you dropped the check for the "F" flag.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125644/new/
https://reviews.llvm.org/D125644
More information about the llvm-commits
mailing list