]> granicus.if.org Git - llvm/commit
[UpdateTestChecks] Allow Lbegin_func without a leading period
authorMartin Storsjo <martin@martin.st>
Mon, 29 Apr 2019 20:25:56 +0000 (20:25 +0000)
committerMartin Storsjo <martin@martin.st>
Mon, 29 Apr 2019 20:25:56 +0000 (20:25 +0000)
commit78733c026ea3d8c05a2d57726b411563f2fe818f
treee4178f77f99b2baf1242c243127077e7198fc440
parent44e9471abc0df4589b4fccd680f5a6f75baa2f03
[UpdateTestChecks] Allow Lbegin_func without a leading period

On mingw/i686, local labels don't start with a leading period.

Also escape the leading period, as it previously could match
any char.

Differential Revision: https://reviews.llvm.org/D61254

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@359497 91177308-0d34-0410-b5e6-96231b3b80d8
utils/UpdateTestChecks/asm.py