Skip to content

Update CHECK to make sure prologue_end's are only on non-zero line number locs and also accounts for multiple digits for column number and file number #39843

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 21, 2021

Conversation

rastogishubham
Copy link
Contributor

There was a bug when building watchOSarm64_32 where the CHECK line was only checking for single digit column numbers and file numbers but the column number was a double digit value.

Also, the line number regex needs to be checking for non-zero line numbers, as we cannot have a prologue_end on a non-zero line number after commit: swiftlang/llvm-project@1813652

…nly and fixed bug with regex checking for multiple digit column numbers in .loc CHECK
@rastogishubham
Copy link
Contributor Author

@swift-ci please test

@rastogishubham rastogishubham merged commit 8259242 into swiftlang:main Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants