Skip to content

Commit 6ffbd75

Browse files
authored
Merge pull request #64445 from rintaro/cmake-swiftimplictimport
2 parents 3644d98 + d28e1c9 commit 6ffbd75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/modules/SwiftImplicitImport.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ function(swift_supports_implicit_module module_name out_var)
55
COMMAND
66
"${CMAKE_Swift_COMPILER}"
77
-Xfrontend -disable-implicit-${module_name}-module-import
8+
-Xfrontend -parse-stdlib
89
-c - -o /dev/null
910
INPUT_FILE
1011
"${CMAKE_BINARY_DIR}/tmp/empty-check-${module_name}.swift"

0 commit comments

Comments
 (0)