forked from OSchip/llvm-project
2bfe0536e5
Without this patch, llvm/utils/update_cc_test_checks.py fails to perform `--replace-value-regex` replacements when two RUN lines produce the same output and use the same single FileCheck prefix. The problem is that replacements in a RUN line's output are not performed until after comparing against previous RUN lines' output, where replacements have already been performed. This patch fixes that. Reviewed By: MaskRay Differential Revision: https://reviews.llvm.org/D104566 |
||
---|---|---|
.. | ||
Inputs | ||
basic-cplusplus.test | ||
check_attrs.test | ||
def-and-decl.test | ||
exec-all-runlines.test | ||
generated-funcs-regex.test | ||
generated-funcs.test | ||
lit.local.cfg | ||
mangled_names.test | ||
on_the_fly_arg_change.test | ||
prefix-never-matches.test | ||
replace-value-regex-across-runs.test | ||
resolve-tmp-conflict.test |