Skip to content

Commit

Permalink
Format sym_extract.py output to minimize diff output.
Browse files Browse the repository at this point in the history
 Different versions of python print dictionaries in different orders.
 This can mess up diffs when updating ABI lists. This patch uses
 pprint.pformat to print the dicts to get a consistent ordering.

llvm-svn: 353634
  • Loading branch information
EricWF committed Feb 10, 2019
1 parent 17f9331 commit 609d676
Show file tree
Hide file tree
Showing 4 changed files with 6,545 additions and 6,543 deletions.
Loading

0 comments on commit 609d676

Please sign in to comment.