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:
Arnold Schwaighofer
2024-03-13 15:28:06 -07:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -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)