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

LLVM 20: Pass in VFS to createDiagnostics. #597

Merged
merged 2 commits into from
Nov 22, 2024

Conversation

hvdijk
Copy link
Collaborator

@hvdijk hvdijk commented Nov 22, 2024

Overview

LLVM 20: Pass in VFS to createDiagnostics.

Reason for change

LLVM 20 makes VFS a required parameter of createDiagnostics.

Description of change

Pass it in.

Anything else we should know?

If there's any other relevant information we should know that may help us in
understanding and verifying your patch, please include it here.

Checklist

  • Read and follow the project Code of Conduct.
  • Make sure the project builds successfully with your changes.
  • Run relevant testing locally to avoid regressions.
  • Run clang-format-19 on all modified code.

LLVM 20 makes VFS a required parameter of createDiagnostics. Pass it in.
@hvdijk
Copy link
Collaborator Author

hvdijk commented Nov 22, 2024

We also have new lit failures on LLVM 20, updated this PR to address those too.

LLVM 20 detects more situations where a splat is simpler than what was
generated before.
@hvdijk hvdijk merged commit 435f139 into uxlfoundation:main Nov 22, 2024
16 checks passed
@hvdijk hvdijk deleted the llvm20-vfs branch November 22, 2024 17:09
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