mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
10 lines
389 B
Plaintext
10 lines
389 B
Plaintext
# RUN: %empty-directory(%t)
|
|
# RUN: mkdir -p %t
|
|
# RUN: env SKIP_XCODE_VERSION_CHECK=1 SWIFT_BUILD_ROOT=%t %swift_src_root/utils/build-script --dry-run --cmake %cmake --build-lld 2>&1 | %FileCheck %s
|
|
|
|
# REQUIRES: standalone_build
|
|
|
|
# Check that lld is in LLVM_ENABLE_PROJECTS of the llvm-project/llvm build
|
|
|
|
# CHECK: '-DLLVM_ENABLE_PROJECTS={{[^']*}}lld{{[^']*}}'{{.*}}llvm-project/llvm{{$}}
|