[PATCH] D124121: [DebugInfo] Give warning instead of error for premature terminator in .debug_aranges section.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 3 00:49:33 PDT 2022


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

LGTM, with nit.



================
Comment at: llvm/test/tools/llvm-symbolizer/debug-aranges-premature-end.yaml:13-14
+  debug_aranges:
+    - Version:              2
+      CuOffset:             0
+      Descriptors:
----------------
Nit: remove excess indentation.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124121



More information about the llvm-commits mailing list