mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[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
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#!/usr/bin/python
|
||||
# RUN: ${python} %s %target-swiftmodule-name %platform-sdk-overlay-dir \
|
||||
# RUN: %target-sil-opt -sdk %sdk -enable-sil-verify-all \
|
||||
# RUN: -F "%xcode-extra-frameworks-dir"
|
||||
# RUN: %target-sil-opt -sdk %sdk -enable-sil-verify-all \
|
||||
# RUN: -Fsystem %sdk/System/Library/PrivateFrameworks \
|
||||
# RUN: -F "%xcode-extra-frameworks-dir"
|
||||
|
||||
# REQUIRES: long_test
|
||||
# REQUIRES: nonexecutable_test
|
||||
|
||||
Reference in New Issue
Block a user