1 Commits

Author SHA1 Message Date
Jay Foad
99a1fcad5d
[UTC] Update AMDGPU asm regexp for private functions (#166169)
Since #163011 changed AMDGPU to use ELF mangling, the regexp failed to
match private functions because of the inconsistent presence/absence of
the .L prefix on the first line of the function e.g.:
```
.Lfoo:  ; @foo
```
2025-11-04 11:59:43 +00:00