llvm-project/llvm/utils/UpdateTestChecks
Tommaso Fellegara 54d0061809
[Utils] update_llc_test_checks.py: updated the regexp for ARM target (#148287)
Fixes #147485.

I changed the regexp for the ARM targets making the part `@+[\t]*@"?(?P=func)"?` optional since when the -asm-verbose=false is passed it is not generated and this led to the issue.
2025-08-12 15:31:07 +01:00
..