Skip to content

Conversation

hvdijk
Copy link
Collaborator

@hvdijk hvdijk commented Oct 4, 2025

Overview

[LLVM 22] Adjust for createSourceManager change.

Reason for change

LLVM 22 removes the FileMgr parameter from CompilerInstance::createSourceManager.

Description of change

Remove the corresponding argument when we call it to match.

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-21 on all modified code.

LLVM 22 removes the FileMgr parameter from
CompilerInstance::createSourceManager. Remove the corresponding argument
when we call it to match.
@hvdijk
Copy link
Collaborator Author

hvdijk commented Oct 15, 2025

ping

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.

1 participant