[clang] [CIR][ABI][NFC] Tighten LLVM CHECK lines in codegen tests (PR #188326)
Andy Kaylor via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 24 12:48:40 PDT 2026
https://github.com/andykaylor commented:
I don't think we want to do this. The purpose of eliding these checks with wildcards is to make the tests which are not specifically intended to test these attributes less brittle. We don't want to have to update all of these tests every time we add an attribute. There should be existing tests that are specifically checking these.
https://github.com/llvm/llvm-project/pull/188326
More information about the cfe-commits
mailing list