[PATCH] D87363: [llvm-readobj] [ARMWinEH] Print set_fp/add_fp differently in epilogues

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


MaskRay accepted this revision.
MaskRay added a comment.

> Also add a missing --strict-whitespace in an existing test that was added explicitly for testing vertical alignment.

Without --match-full-lines, leading and trailing space changes cannot be detected. For `// CHECK: a  b`, you can ensure the spaces between a and b are 2, but you cannot test the indentation.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87363



More information about the llvm-commits mailing list