This is an archive of the discontinued LLVM Phabricator instance.

[UpdateTestChecks] Allow Lbegin_func without a leading period
ClosedPublic

Authored by mstorsjo on Apr 29 2019, 1:32 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

mstorsjo created this revision.Apr 29 2019, 1:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 29 2019, 1:33 AM
rnk accepted this revision.Apr 29 2019, 11:08 AM

lgtm

utils/UpdateTestChecks/asm.py
17 ↗(On Diff #197063)

Should the . be escaped too? Right now I think it matches anything.

This revision is now accepted and ready to land.Apr 29 2019, 11:08 AM
mstorsjo marked an inline comment as done.Apr 29 2019, 12:17 PM
mstorsjo added inline comments.
utils/UpdateTestChecks/asm.py
17 ↗(On Diff #197063)

Yes, I believe so. I can amend it at the same time.

rnk added inline comments.Apr 29 2019, 1:20 PM
utils/UpdateTestChecks/asm.py
17 ↗(On Diff #197063)

Let's do it.

This revision was automatically updated to reflect the committed changes.