File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -718,7 +718,7 @@ function(add_swift_host_tool executable)
718
718
719
719
elseif(BOOTSTRAPPING_MODE STREQUAL " CROSSCOMPILE-WITH-HOSTLIBS ")
720
720
721
- # Intentinally don't add the lib dir of the cross-compiled compiler, so that
721
+ # Intentionally don't add the lib dir of the cross-compiled compiler, so that
722
722
# the stdlib is not picked up from there, but from the SDK.
723
723
# This requires to explicitly add all the needed compatibility libraries. We
724
724
# can take them from the current build.
@@ -785,7 +785,7 @@ function(add_swift_host_tool executable)
785
785
elseif(SWIFT_HOST_VARIANT_SDK MATCHES " LINUX|ANDROID|OPENBSD " AND ASHT_HAS_SWIFT_MODULES AND BOOTSTRAPPING_MODE)
786
786
set(swiftrt " swiftImageRegistrationObject${SWIFT_SDK_${SWIFT_HOST_VARIANT_SDK}_OBJECT_FORMAT}-${SWIFT_SDK_${SWIFT_HOST_VARIANT_SDK}_LIB_SUBDIR}-${SWIFT_HOST_VARIANT_ARCH} ")
787
787
if(${BOOTSTRAPPING_MODE} MATCHES " HOSTTOOLS|CROSSCOMPILE ")
788
- # At build time and and run time, link against the swift libraries in the
788
+ # At build time and run time, link against the swift libraries in the
789
789
# installed host toolchain.
790
790
get_filename_component(swift_bin_dir ${SWIFT_EXEC_FOR_SWIFT_MODULES} DIRECTORY)
791
791
get_filename_component(swift_dir ${swift_bin_dir} DIRECTORY)
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ function(remove_sdk_unsupported_archs name os sdk_path architectures_var)
90
90
message (STATUS "Assuming ${name} SDK at ${sdk_path} supports architecture ${arch} " )
91
91
list (APPEND architectures ${arch} )
92
92
elseif (arch STREQUAL "i386" AND os STREQUAL "iphonesimulator" )
93
- # 32-bit iOS simulatoris not listed explicitly in SDK settings.
93
+ # 32-bit iOS simulator is not listed explicitly in SDK settings.
94
94
message (STATUS "Assuming ${name} SDK at ${sdk_path} supports architecture ${arch} " )
95
95
list (APPEND architectures ${arch} )
96
96
else ()
You can’t perform that action at this time.
0 commit comments