Skip to content

Fix build error due to missing include of llvm/Support/FileSystem.h #33344

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
Aug 7, 2020

Conversation

plotfi
Copy link
Contributor

@plotfi plotfi commented Aug 6, 2020

DiagnosticEngine.h uses llvm::sys::fs:exists but doesn't directly
include the header that provides it, which results in a build error due
to upstream llvm changes. This patch includes that header.

DiagnosticEngine.h uses llvm::sys::fs:exists but doesn't directly
include the header that provides it, which results in a build error due
to upstream llvm changes. This patch includes that header.
@xedin
Copy link
Contributor

xedin commented Aug 6, 2020

@swift-ci please smoke test and merge

Copy link
Contributor

@xedin xedin left a comment

Choose a reason for hiding this comment

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

Thank you!

@swift-ci swift-ci merged commit d71a406 into swiftlang:master Aug 7, 2020
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