mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
14 lines
587 B
Plaintext
14 lines
587 B
Plaintext
// Ensure that we only depend on a small expected set of external symbols in the freestanding stdlib.
|
|
|
|
// Important (!): This test is in test/stdlib/ to make sure it is actually run on the minimal/freestanding CI job, which
|
|
// filters the set of tests to test/stdlib/ only (see build-preset.ini).
|
|
|
|
// REQUIRES: freestanding
|
|
// REQUIRES: executable_test
|
|
// UNSUPPORTED: objc_interop
|
|
|
|
// rdar://124277662
|
|
// XFAIL: freestanding
|
|
|
|
// RUN: %{python} %utils/check_freestanding_dependencies.py --vendor %target-vendor --library %test-resource-dir/freestanding/libswiftCore.a --nm-path %llvm-nm
|