[PATCH] D55989: Modernize Python script
Michael Platings via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 2 09:25:58 PST 2019
michaelplatings requested changes to this revision.
michaelplatings added inline comments.
This revision now requires changes to proceed.
================
Comment at: CompareDebugInfo.py:50
+ for k, v in self.values.items():
+ print k, "=", v
return ''
----------------
This changes the behaviour slightly in that "=" will only be surrounded by one space on each side rather than two.
While such a change might be desirable, I think it's inappropriate for this patch.
Repository:
rT test-suite
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55989/new/
https://reviews.llvm.org/D55989
More information about the llvm-commits
mailing list