forked from OSchip/llvm-project
After D85099, if we have attribute group in the function signature that hasn't been seen before, and later a callsite with the same attribute group, filecheck will evaluate the first attribute group to for example '#0 {'. We now include { in the args_and_sig group to avoid this. Differential Revision: https://reviews.llvm.org/D86769 |
||
|---|---|---|
| .. | ||
| Inputs | ||
| argument_name_reuse.test | ||
| basic.test | ||
| check_attrs.test | ||
| lit.local.cfg | ||
| on_the_fly_arg_change.test | ||
| scrub_attrs.test | ||
| sometimes_deleted_function.test | ||
| various_ir_values.test | ||