mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #72296 from aschwaighofer/build_config_fix_fragile_resilient
Don't set enable-library evolution under SWIFT_STDLIB_USE_FRAGILE_RESILIENT_PROTOCOL_WITNESS_TABLES
This commit is contained in:
@@ -631,7 +631,6 @@ function(_compile_swift_files
|
||||
|
||||
if (SWIFT_STDLIB_USE_FRAGILE_RESILIENT_PROTOCOL_WITNESS_TABLES)
|
||||
list(APPEND swift_flags "-Xfrontend" "-enable-fragile-relative-protocol-tables")
|
||||
list(APPEND swift_flags "-enable-library-evolution")
|
||||
endif()
|
||||
|
||||
if(SWIFT_STDLIB_DISABLE_INSTANTIATION_CACHES)
|
||||
|
||||
Reference in New Issue
Block a user