commit | 2f0f603361d156e655216b46f95d1136934daba2 | [log] [tgz] |
---|---|---|
author | Greg Bedwell <greg_bedwell@sn.scee.net> | Fri Apr 20 11:38:11 2018 +0000 |
committer | Greg Bedwell <greg_bedwell@sn.scee.net> | Fri Apr 20 11:38:11 2018 +0000 |
tree | 80862110e81e8443dff00b6ab44839c814451933 | |
parent | af64333a9f8673cd85f25be2845d6a38c0c8aad8 [diff] |
[UpdateTestChecks] Fix update_mca_test_checks.py slowness issue The script was using Python's difflib module to calculate the number of lines changed so that it could report it in its status output. It turns out this can be very very slow on large sets of lines (Python bug 6931). It's not worth the cost, so just remove the usage of difflib entirely. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@330419 91177308-0d34-0410-b5e6-96231b3b80d8