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} )
@@ -2905,7 +2905,7 @@ function(_add_swift_target_executable_single name)
2905
2905
2906
2906
if (SWIFTEXE_SINGLE_SDK STREQUAL "WINDOWS" )
2907
2907
list (APPEND SWIFTEXE_SINGLE_COMPILE_FLAGS
2908
- -vfsoverlay; "${SWIFT_WINDOWS_VFS_OVERLAY} " ;-strict-implicit-module-context;-Xcc;-Xclang;-Xcc;-fbuiltin-headers-in-system-modules )
2908
+ -vfsoverlay; "${SWIFT_WINDOWS_VFS_OVERLAY} " ;-Xfrontend;- strict-implicit-module-context;-Xcc;-Xclang;-Xcc;-fbuiltin-headers-in-system-modules )
2909
2909
endif ()
2910
2910
2911
2911
if ("${SWIFTEXE_SINGLE_SDK} " STREQUAL "LINUX" )
You can’t perform that action at this time.
0 commit comments