I noticed that clang will emit variables such as %indirect-arg-temp when
running update_cc1_test_checks.py and therefore update_cc1_test_checks.py
wasn't adding FileCheck captures for those variables.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
It is named update_cc_test_checks.py. But do you think update_cc1_test_checks.py is a better name?
Comment Actions
I've fixed the typo in my commit message. I think either name is fine (or even update_clang_test_checks.py).