-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only add "index-unit-output-path" in the output map for modular indexing
Pre Xcode 14 you'll get a warning if this is specified without having indexing enabled: ``` <unknown>:0: warning: -index-unit-output-path is ignored without -index-store-path ``` We can reconsider this in the future (e.g. to automatically set this for Xcode 14+), but for now limit the scope based on the modular indexing feature. PiperOrigin-RevId: 480943677
- Loading branch information
1 parent
a5d5c2b
commit c9b5002
Showing
1 changed file
with
24 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c9b5002
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#1331