mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
I believe this was causing CMake to get built for the test case and make the test case take ~5min on Linux instead of ~15sec.
10 lines
385 B
Plaintext
10 lines
385 B
Plaintext
# RUN: %empty-directory(%t)
|
|
# RUN: mkdir -p %t
|
|
# RUN: 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{{$}}
|