Skip to content

Commit 84053b2

Browse files
freestanding tests fail to build on Apple platforms
Apple platforms require reflection to be enabled in the standard library. Re-enable that in mixin_stdlib_minimal. rdar://135878323
1 parent 43e1935 commit 84053b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-presets.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2771,7 +2771,7 @@ swift-enable-dispatch=0
27712771
swift-implicit-concurrency-import=0
27722772
swift-stdlib-support-back-deployment=0
27732773
swift-enable-backtracing=0
2774-
swift-enable-reflection=0
2774+
swift-enable-reflection=1
27752775
swift-stdlib-reflection-metadata=debugger-only
27762776
swift-stdlib-stable-abi=0
27772777
swift-stdlib-has-dladdr=0

0 commit comments

Comments
 (0)