Skip to content

[5.7] Add -index-ignore-pcms to prevent indexing PCMs for imports/deps #4779

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

Conversation

DavidGoldman
Copy link

This is the clang equivalent of
swiftlang/swift#58932, to be used when building
explicit clang modules for Swift to prevent repeated indexing of the
same Clang PCM during remote builds. With this, the build system
can index the Clang PCM when it is created and there's no need to
ever index it again.

This is the clang equivalent of
swiftlang/swift#58932, to be used when building
explicit clang modules for Swift to prevent repeated indexing of the
same Clang PCM during remote builds. With this, the build system
can index the Clang PCM when it is created and there's no need to
ever index it again.
@bnbarham
Copy link

bnbarham commented Jun 1, 2022

@swift-ci please test

Copy link

@bnbarham bnbarham left a comment

Choose a reason for hiding this comment

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

LGTM

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