[PATCH] D74425: [DebugInfo]: Added support for DWARFv5 Info section header parsing in llvm-dwp utility.

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 11 13:55:08 PST 2020


dblaikie added a comment.

In D74425#1870680 <https://reviews.llvm.org/D74425#1870680>, @SouraVX wrote:

> Indentation is still a bit looking odd here, but it's fine on my machine and VI editor.


Any chance there are tabs rather than spaces, or the wrong amount of tabs, or something? (I guess LLVM's assembly does have leading tabs and tabs between assembly directive and argument - but usually is pure spaces after that to the comment - so maybe you've got some tabs in unintended places)


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

https://reviews.llvm.org/D74425





More information about the llvm-commits mailing list