File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -2615,6 +2615,39 @@ mixin-preset=stdlib_S_standalone_minimal_macho_arm64,build
2615
2615
test
2616
2616
validation-test
2617
2617
2618
+ [preset: stdlib_S_standalone_minimal_macho_arm64_relative_protocol_witness_table,build,test]
2619
+ mixin-preset =
2620
+ stdlib_base_standalone
2621
+ mixin_stdlib_minimal
2622
+
2623
+ build-subdir =stdlib_S_standalone
2624
+ debug
2625
+ assertions
2626
+
2627
+ verbose-build
2628
+
2629
+ swift-primary-variant-sdk =FREESTANDING
2630
+ swift-primary-variant-arch =arm64
2631
+ swift-freestanding-flavor =apple
2632
+ swift-freestanding-sdk =macosx
2633
+ stdlib-deployment-targets =freestanding-arm64
2634
+
2635
+ # For now, until clang/swiftc works correctly with "none-macho" as the OS part of target triple.
2636
+ swift-freestanding-triple-name =macosx11.0
2637
+ swift-freestanding-module-name =macos
2638
+ swift-freestanding-archs =arm64
2639
+
2640
+ # For lit tests, we are producing dynamic executables with statically linked stdlib into the executable.
2641
+ swift-runtime-static-image-inspection =0
2642
+
2643
+ swift-stdlib-experimental-hermetic-seal-at-link =0
2644
+ swift-stdlib-lto =
2645
+ swift-enable-runtime-function-counters =0
2646
+ swift-stdlib-use-relative-protocol-witness-tables =1
2647
+
2648
+ test
2649
+ validation-test
2650
+
2618
2651
[preset: stdlib_S_standalone_darwin_x86_64,build]
2619
2652
mixin-preset =
2620
2653
stdlib_S_standalone,build
You can’t perform that action at this time.
0 commit comments