Skip to content

Commit bb0f0c8

Browse files
authored
[test] -Fsystem $SDK/System/Library/PrivateFrameworks (#23019)
Otherwise certain modules don't import correctly when built against an Apple-internal SDK. Should have no effect when using the public SDK, but we try to minimize divergence between the public and Apple-internal test suites. rdar://problem/48513002
1 parent 7d0438b commit bb0f0c8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

validation-test/SIL/verify_all_overlays.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/usr/bin/python
22
# RUN: ${python} %s %target-swiftmodule-name %platform-sdk-overlay-dir \
3-
# RUN: %target-sil-opt -sdk %sdk -enable-sil-verify-all \
4-
# RUN: -F "%xcode-extra-frameworks-dir"
3+
# RUN: %target-sil-opt -sdk %sdk -enable-sil-verify-all \
4+
# RUN: -Fsystem %sdk/System/Library/PrivateFrameworks \
5+
# RUN: -F "%xcode-extra-frameworks-dir"
56

67
# REQUIRES: long_test
78
# REQUIRES: nonexecutable_test

0 commit comments

Comments
 (0)