[llvm] [AArch64][Windows] Add llvm-readobj support for ec_context unwind opcode (PR #69515)

via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 18 13:44:42 PDT 2023


github-actions[bot] wrote:


<!--LLVM CODE FORMAT COMMENT: {clang-format}-->

:warning: C/C++ code formatter, clang-format found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff 98e95a0055a4712fbd18495512c928bf2bd1adcc debfbb62065fc7d9d394f9a2d3124cc5e4397950 -- llvm/tools/llvm-readobj/ARMWinEHPrinter.cpp llvm/tools/llvm-readobj/ARMWinEHPrinter.h
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/llvm/tools/llvm-readobj/ARMWinEHPrinter.h b/llvm/tools/llvm-readobj/ARMWinEHPrinter.h
index 92b3a78e4..fa5b31dd8 100644
--- a/llvm/tools/llvm-readobj/ARMWinEHPrinter.h
+++ b/llvm/tools/llvm-readobj/ARMWinEHPrinter.h
@@ -129,8 +129,8 @@ class Decoder {
                             unsigned Length, bool Prologue);
   bool opcode_context(const uint8_t *Opcodes, unsigned &Offset, unsigned Length,
                       bool Prologue);
-  bool opcode_ec_context(const uint8_t *Opcodes, unsigned &Offset, unsigned Length,
-                         bool Prologue);
+  bool opcode_ec_context(const uint8_t *Opcodes, unsigned &Offset,
+                         unsigned Length, bool Prologue);
   bool opcode_clear_unwound_to_call(const uint8_t *Opcodes, unsigned &Offset,
                                     unsigned Length, bool Prologue);
   bool opcode_pac_sign_lr(const uint8_t *Opcodes, unsigned &Offset,

``````````

</details>


https://github.com/llvm/llvm-project/pull/69515


More information about the llvm-commits mailing list