[PATCH] D87365: [llvm-readobj] [ARMWinEH] Fix printing of exception handlers with packed epilogues

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 9 14:07:10 PDT 2020


MaskRay added a subscriber: grimar.
MaskRay added inline comments.


================
Comment at: llvm/test/tools/llvm-readobj/COFF/arm64-packed-epilog.s:2
+// REQUIRES: aarch64-registered-target
+// RUN: llvm-mc -filetype=obj -triple aarch64-windows %s -o - \
+// RUN:   | llvm-readobj --unwind - | FileCheck %s
----------------
If the format is important:
```
# RUN: llvm-mc -filetype=obj -triple aarch64-windows %s -o - |
# RUN:   llvm-readobj --unwind - | FileCheck %s --match-full-lines --strict-whitespace

#      CHECK:ExceptionData {
# CHECK-NEXT:  FunctionLength: 4
```

@grimar may prefer keeping the temporary file as `%t`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87365



More information about the llvm-commits mailing list