[PATCH] D87275: [obj2yaml] Test generating and dumping a broken debug_ranges section.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 8 02:33:30 PDT 2020


jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.

You should add a `[test]` tag to the patch/commit title. LGTM, with that and the inline nit.



================
Comment at: llvm/test/ObjectYAML/MachO/DWARF-debug_ranges.yaml:288
+
+## Test generating and dumping a __debug_ranges section whose size isn't a multiple of address size.
+## This test case is to ensure that when the parser fails, the content of the __debug_ranges section
----------------
You might want to reflow these lines too. They're all getting quite long.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87275



More information about the llvm-commits mailing list