mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
17 lines
809 B
Plaintext
17 lines
809 B
Plaintext
# REQUIRES: standalone_build
|
|
# REQUIRES: OS=macosx
|
|
|
|
# RUN: %empty-directory(%t)
|
|
# RUN: SKIP_XCODE_VERSION_CHECK=1 SWIFT_BUILD_ROOT=%t %swift_src_root/utils/build-script --dry-run --skip-build --cmake %cmake 2>&1 | %FileCheck --check-prefix=LLVM-USE-RUNTIMES %s
|
|
|
|
# LLVM-USE-RUNTIMES: Building llvm
|
|
# LLVM-USE-RUNTIMES-DAG: cmake -G Ninja
|
|
# LLVM-USE-RUNTIMES-SAME: -DBUILTINS_{{[^ ]*}}_CMAKE_OSX_SYSROOT
|
|
# LLVM-USE-RUNTIMES-SAME: -DRUNTIMES_{{[^ ]*}}_CMAKE_OSX_SYSROOT
|
|
# LLVM-USE-RUNTIMES-SAME: -DLLVM_BUILTIN_TARGETS
|
|
# LLVM-USE-RUNTIMES-SAME: -DLLVM_RUNTIME_TARGETS
|
|
# LLVM-USE-RUNTIMES-SAME: -DRUNTIMES_{{[^ ]*}}_COMPILER_RT_SANITIZERS_TO_BUILD
|
|
# LLVM-USE-RUNTIMES-NOT: rtsan
|
|
# LLVM-USE-RUNTIMES-SAME: -DBUILTINS_{{[^ ]*}}_COMPILER_RT_FORCE_BUILD_BAREMETAL_MACHO_BUILTINS_ARCHS
|
|
# LLVM-USE-RUNTIMES-SAME: llvm
|