diff options
author | Greg Bedwell <greg_bedwell@sn.scee.net> | 2018-04-20 11:38:11 +0000 |
---|---|---|
committer | Greg Bedwell <greg_bedwell@sn.scee.net> | 2018-04-20 11:38:11 +0000 |
commit | d22b35b48ce2b24917ec7c220958a60a2c7c83f7 (patch) | |
tree | 3d762aeb3ee5b548806574f24bcab20106fc41d9 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 690dcf12c286548cebb1bb9c50762c33bc651eca (diff) | |
download | llvm-d22b35b48ce2b24917ec7c220958a60a2c7c83f7.zip llvm-d22b35b48ce2b24917ec7c220958a60a2c7c83f7.tar.gz llvm-d22b35b48ce2b24917ec7c220958a60a2c7c83f7.tar.bz2 |
[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.
llvm-svn: 330419
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions