This is an archive of the discontinued LLVM Phabricator instance.

Fix update_llc_test_checks.py ARM parsing
ClosedPublic

Authored by jgalenson on Jul 19 2017, 1:34 PM.

Details

Summary

When I tried running the script, the ARM regex parser could not parse my code. It failed because the .Lfunc_end line has a comment at the end of it, so this commit removes the newline at the end of the regex.

Diff Detail

Event Timeline

jgalenson created this revision.Jul 19 2017, 1:34 PM
This revision is now accepted and ready to land.Jul 21 2017, 4:06 PM

Thanks! Could you commit this for me?

This revision was automatically updated to reflect the committed changes.