-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Frontend][Index] Add a new -index-unit-ouput-path and filelist equivalent to the frontend #36195
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
[Frontend][Index] Add a new -index-unit-ouput-path and filelist equivalent to the frontend #36195
Conversation
…o the frontend These new options mirror -o and -output-filelist and are used instead of those options to supply the output file path(s) to record in the index store. This is intended to allow sharing index data across builds in separate directories that are otherwise equivalent as far as the index data is concered (e.g. an ASAN build and a non-ASAN build) by supplying the same -index-unit-output-path for both. Resolves rdar://problem/74816412
@swift-ci please test |
Build failed |
@swift-ci please test macOS |
@swift-ci please test Windows |
Build failed |
@swift-ci please test macOS |
@swift-ci please test Windows |
1 similar comment
@swift-ci please test Windows |
Build failed |
@swift-ci please smoke test macOS |
@swift-ci Please test Windows platform |
@swift-ci smoke test OS X platform |
1 similar comment
@swift-ci smoke test OS X platform |
These new options mirror -o and -output-filelist and are used instead of those options to supply the output file path(s) to record in the index store. This is intended to allow sharing index data across builds in separate directories (so different -o values) that are otherwise equivalent as far as the index data is concerned (e.g. an ASAN build and a non-ASAN build) by supplying the same -index-unit-output-path for both.
Resolves rdar://problem/74816412