[UpdateTestUtils] Print test filename when complaining about conflicting prefix
authorRoman Lebedev <lebedev.ri@gmail.com>
Sun, 20 Jun 2021 10:14:33 +0000 (13:14 +0300)
committerRoman Lebedev <lebedev.ri@gmail.com>
Sun, 20 Jun 2021 11:12:39 +0000 (14:12 +0300)
commitb1f55c33d435ef8a68735774ea32f0252750ebcd
tree39d7af6a7e4e9584e7a3ac9586425fab2a5fdb33
parentc5b7335dc8ebdf6c007363631ae154e97ea4a733
[UpdateTestUtils] Print test filename when complaining about conflicting prefix

Now that FileCheck eagerly complains when prefixes are unused,
the update script does the same, and  is becoming very common
to need to drop some prefixes, yet figuring out the file
it complains about isn't obvious unless it actually tells us.
llvm/utils/UpdateTestChecks/common.py
llvm/utils/update_analyze_test_checks.py
llvm/utils/update_cc_test_checks.py
llvm/utils/update_llc_test_checks.py
llvm/utils/update_test_checks.py