mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Added support for the -emit-module and -module-output-path options. -emit-module and -module-output-path function similarly to -serialize-diagnostics and -serialized-diagnostics-path: notably, -module-output-path implies -emit-module, but -emit-module can be passed without -module-output-path and a default path will be determined based on other inputs. Added support for the -module-link-name option, which specifies the name of the library to link against when importing the generated module. Note that support for these options is only implemented in the integrated frontend; driver-level support for these options is forthcoming. Swift SVN r12301
16 KiB
16 KiB