mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #72276 from kavon/ncgenerics-xfails-3
This commit is contained in:
@@ -612,7 +612,7 @@ function(_compile_swift_files
|
||||
list(APPEND swift_flags "-experimental-hermetic-seal-at-link")
|
||||
endif()
|
||||
|
||||
if(SWIFT_ENABLE_EXPERIMENTAL_NONCOPYABLE_GENERICS)
|
||||
if(SWIFT_ENABLE_EXPERIMENTAL_NONCOPYABLE_GENERICS OR SWIFT_STDLIB_EXPERIMENTAL_NONCOPYABLE_GENERICS)
|
||||
list(APPEND swift_flags "-enable-experimental-feature" "NoncopyableGenerics")
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user