Skip to content
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

Fix apostrophes in assert error message #69881

Merged
merged 1 commit into from
Mar 29, 2024
Merged

Fix apostrophes in assert error message #69881

merged 1 commit into from
Mar 29, 2024

Conversation

Aqendo
Copy link
Contributor

@Aqendo Aqendo commented Oct 22, 2023

No description provided.

@llvmbot llvmbot added the openmp:libomptarget OpenMP offload runtime label Oct 22, 2023
msg, expr);
} else {
PRINTF("%s:%u: %s: Assertion `%s' failed.\n", file, line, function, expr);
PRINTF("%s:%u: %s: Assertion `%s` failed.\n", file, line, function, expr);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jdoerfert doesn't really matter, but did you intend these to be apostrophes(') or grave accents (`)?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was probably going for apostrophes '. I might have been thinking latex: ``text'', who knows.

@shiltian shiltian merged commit 7467dc1 into llvm:main Mar 29, 2024
3 checks passed
@Aqendo Aqendo deleted the patch-1 branch April 26, 2024 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
openmp:libomptarget OpenMP offload runtime
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants