Details
Description
If you specify a single-file compilation job that requires multiple frontend invocations, such as swiftc -emit-module-path foo.swiftmodule -c -o foo.o foo.swift to simultaneously emit a module and an object output, then the driver ignores the -o flag. Passing -force-single-frontend-invocation works around this.
Attachments
Issue Links
- relates to
-
SR-7704 swiftc -emit-module -c, driver documentation and diagnostics
-
- Open
-