Skip to content

Commit 493744d

Browse files
authored
Merge pull request swiftlang#79901 from bnbarham/6.1-syntax-cmo
[6.1][CMake] Fix package CMO capability checking logic
2 parents ef3e804 + ff64d67 commit 493744d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/modules/SwiftCompilerCapability.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ function(swift_get_package_cmo_support out_var)
3939
# > 6.0 : Fixed feature.
4040
swift_supports_compiler_arguments(result
4141
-package-name my-package
42+
-enable-library-evolution
4243
-Xfrontend -package-cmo
4344
-Xfrontend -allow-non-resilient-access
4445
)

0 commit comments

Comments
 (0)