Files
swift-mirror/validation-test/BuildSystem/build_lld.test
Alex Hoppen 55051a71b2 [test] Explicitly specify --cmake %cmake for build_lld.test
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.
2022-06-08 18:36:19 +02:00

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{{$}}