File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -294,15 +294,6 @@ past that, so:
294
294
All the same options from above apply, but you'll have to manually deal
295
295
with the work the compiler would have done automatically for you.
296
296
297
- - Invoke ` swiftc -c ` with ` -### ` . Then run all of the outputted commands
298
- that include ` -primary-file ` , then run the remaining commands in order
299
- (they may have dependencies). If none of the commands have ` -primary-file `
300
- in them, they're not parallelizable, sorry.
301
-
302
- This is the most hacky approach, because (a) it involves looking for an
303
- internal flag in a non-stable interface, and (b) you don't get anything
304
- incremental out of this. We could stand some improvements here.
305
-
306
297
Whatever you do, do * not* invoke the frontend directly.
307
298
308
299
You can’t perform that action at this time.
0 commit comments