File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1003,7 +1003,7 @@ if run_vendor == 'apple':
1003
1003
1004
1004
# TODO: consider making the addition of these flags dependent on the CMake
1005
1005
# setting for hermetic seal at link
1006
- if not config .swift_freestanding_is_darwin and not config . swift_stdlib_use_relative_protocol_witness_tables :
1006
+ if not config .swift_freestanding_is_darwin :
1007
1007
swift_execution_tests_extra_flags += ' -experimental-hermetic-seal-at-link -lto=llvm-full'
1008
1008
1009
1009
if not config .swift_freestanding_is_darwin :
Original file line number Diff line number Diff line change @@ -2643,8 +2643,8 @@ swift-freestanding-archs=arm64
2643
2643
# For lit tests, we are producing dynamic executables with statically linked stdlib into the executable.
2644
2644
swift-runtime-static-image-inspection =0
2645
2645
2646
- swift-stdlib-experimental-hermetic-seal-at-link =0
2647
- swift-stdlib-lto =
2646
+ swift-stdlib-experimental-hermetic-seal-at-link =1
2647
+ swift-stdlib-lto =full
2648
2648
swift-enable-runtime-function-counters =0
2649
2649
swift-stdlib-use-relative-protocol-witness-tables =1
2650
2650
You can’t perform that action at this time.
0 commit comments