File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -984,7 +984,7 @@ function(add_swift_target_library_single target name)
984
984
-Xcc;-Xclang;-Xcc;-ivfsoverlay;-Xcc;-Xclang;-Xcc;${SWIFTLIB_SINGLE_VFS_OVERLAY} )
985
985
endif ()
986
986
list (APPEND SWIFTLIB_SINGLE_SWIFT_COMPILE_FLAGS
987
- -vfsoverlay; "${SWIFT_WINDOWS_VFS_OVERLAY} " ;-strict-implicit-module-context;-Xcc;-Xclang;-Xcc;-fbuiltin-headers-in-system-modules )
987
+ -vfsoverlay; "${SWIFT_WINDOWS_VFS_OVERLAY} " ;-Xfrontend;- strict-implicit-module-context;-Xcc;-Xclang;-Xcc;-fbuiltin-headers-in-system-modules )
988
988
if (NOT CMAKE_HOST_SYSTEM MATCHES Windows )
989
989
swift_windows_include_for_arch (${SWIFTLIB_SINGLE_ARCHITECTURE} SWIFTLIB_INCLUDE )
990
990
foreach (directory ${SWIFTLIB_INCLUDE} )
@@ -2912,7 +2912,7 @@ function(_add_swift_target_executable_single name)
2912
2912
2913
2913
if (SWIFTEXE_SINGLE_SDK STREQUAL "WINDOWS" )
2914
2914
list (APPEND SWIFTEXE_SINGLE_COMPILE_FLAGS
2915
- -vfsoverlay; "${SWIFT_WINDOWS_VFS_OVERLAY} " ;-strict-implicit-module-context;-Xcc;-Xclang;-Xcc;-fbuiltin-headers-in-system-modules )
2915
+ -vfsoverlay; "${SWIFT_WINDOWS_VFS_OVERLAY} " ;-Xfrontend;- strict-implicit-module-context;-Xcc;-Xclang;-Xcc;-fbuiltin-headers-in-system-modules )
2916
2916
endif ()
2917
2917
2918
2918
if ("${SWIFTEXE_SINGLE_SDK} " STREQUAL "LINUX" )
You can’t perform that action at this time.
0 commit comments