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.
Details
Details
Diff Detail
Diff Detail
Differential D35641
Fix update_llc_test_checks.py ARM parsing Authored by jgalenson on Jul 19 2017, 1:34 PM.
Details 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 |