mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
14 lines
869 B
Plaintext
14 lines
869 B
Plaintext
# RUN: %empty-directory(%t)
|
|
# RUN: SKIP_XCODE_VERSION_CHECK=1 SWIFT_BUILD_ROOT=%t %swift_src_root/utils/build-script --xcode --release --swift-darwin-supported-archs="$(uname -m)" --dry-run --cmake %cmake 2>&1 | %FileCheck %s
|
|
|
|
# REQUIRES: standalone_build
|
|
# REQUIRES: OS=macosx
|
|
|
|
# Make sure we pass '--target ZERO_CHECK' (otherwise CMake automatically adds
|
|
# '--target ALL_BUILD' and we end up building everything) and build the bare
|
|
# minimum required to configure Swift.
|
|
#
|
|
# CHECK: --- Building llvm ---
|
|
# CHECK: env {{.+}}/cmake --build {{.+}}/Xcode-ReleaseAssert/llvm-macosx-{{.+}} --config Release --target ZERO_CHECK{{$}}
|
|
# CHECK-NEXT: env {{.+}}/cmake --build {{.+}}/Xcode-ReleaseAssert/llvm-macosx-{{.+}} --config Release --target ZERO_CHECK -- {{.*}}-target llvm-tblgen -target clang-resource-headers -target intrinsics_gen -target clang-tablegen-targets{{$}}
|