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

Update llvm raw_fd_ostream usage to new interface #165

Closed
wants to merge 2 commits into from

Conversation

cgmillette
Copy link
Collaborator

The constructor for raw_fd_ostream has changed with the new llvm version.

Adjusted to use default of llvm::sys::fs::F_None flag.

CongMa13

This comment was marked as outdated.

Copy link
Collaborator

@CongMa13 CongMa13 left a comment

Choose a reason for hiding this comment

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

Seems like there is missing header file.

@cgmillette
Copy link
Collaborator Author

Seems like there is missing header file.

Yea, because it's a breaking change with new llvm version. CI not updated to it yet

@cgmillette cgmillette closed this Mar 4, 2024
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.

3 participants