This is an archive of the discontinued LLVM Phabricator instance.

[UpdateTestChecks] Fix issue on handling backslashes of RUN lines.
ClosedPublic

Authored by qiucf on Dec 3 2019, 12:03 AM.

Details

Summary

Incorrect arguments of rstrip in D70432 won't remove trailing backslashes properly. This patch fixes the problem.

Diff Detail

Event Timeline

qiucf created this revision.Dec 3 2019, 12:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 3 2019, 12:03 AM
MaskRay accepted this revision.Dec 3 2019, 12:29 AM
This revision is now accepted and ready to land.Dec 3 2019, 12:29 AM

Sorry I didn't see this revision. I commited the same change in rGc246d6e536c7112019cba6cfc764daeb9088ef29

qiucf closed this revision.Dec 3 2019, 12:35 AM

Sorry I didn't see this revision. I commited the same change in rGc246d6e536c7112019cba6cfc764daeb9088ef29

Thanks!