Skip to content

[Gardening] Remove Outdated Advice About -### and -incremental #31353

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
Apr 29, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions docs/Driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,15 +294,6 @@ past that, so:
All the same options from above apply, but you'll have to manually deal
with the work the compiler would have done automatically for you.

- Invoke `swiftc -c` with `-###`. Then run all of the outputted commands
that include `-primary-file`, then run the remaining commands in order
(they may have dependencies). If none of the commands have `-primary-file`
in them, they're not parallelizable, sorry.

This is the most hacky approach, because (a) it involves looking for an
internal flag in a non-stable interface, and (b) you don't get anything
incremental out of this. We could stand some improvements here.

Whatever you do, do *not* invoke the frontend directly.


Expand Down