We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ec4ff commit 02b0c75Copy full SHA for 02b0c75
test/lit.cfg
@@ -1003,7 +1003,7 @@ if run_vendor == 'apple':
1003
1004
# TODO: consider making the addition of these flags dependent on the CMake
1005
# setting for hermetic seal at link
1006
- if not config.swift_freestanding_is_darwin:
+ if not config.swift_freestanding_is_darwin and not config.swift_stdlib_use_relative_protocol_witness_tables:
1007
swift_execution_tests_extra_flags += ' -experimental-hermetic-seal-at-link -lto=llvm-full'
1008
1009
if not config.swift_freestanding_is_darwin:
0 commit comments