Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Format sym_extract.py output to minimize diff output.
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