We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3644d98 + d28e1c9 commit 6ffbd75Copy full SHA for 6ffbd75
cmake/modules/SwiftImplicitImport.cmake
@@ -5,6 +5,7 @@ function(swift_supports_implicit_module module_name out_var)
5
COMMAND
6
"${CMAKE_Swift_COMPILER}"
7
-Xfrontend -disable-implicit-${module_name}-module-import
8
+ -Xfrontend -parse-stdlib
9
-c - -o /dev/null
10
INPUT_FILE
11
"${CMAKE_BINARY_DIR}/tmp/empty-check-${module_name}.swift"
0 commit comments