mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Currently headers produced with `-emit-objc-header` / `-emit-objc-header-path` produce headers that include modular imports. If the consumer wishes to operate without modules enabled, these headers cannot be used. This patch introduces a new flag (`-emit-clang-header-nonmodular-includes`) that when enabled attempts to argument each modular import included in such a header with a set of equivalent textual imports.
1.5 KiB
1.5 KiB