mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fix build of benchmark suite and Linux test
This commit is contained in:
@@ -697,7 +697,7 @@ function(swift_benchmark_compile)
|
||||
cmake_parse_arguments(SWIFT_BENCHMARK_COMPILE "" "PLATFORM" "" ${ARGN})
|
||||
|
||||
if(NOT SWIFT_BENCHMARK_BUILT_STANDALONE)
|
||||
set(stdlib_dependencies "swift")
|
||||
set(stdlib_dependencies "swift-frontend")
|
||||
foreach(stdlib_dependency ${UNIVERSAL_LIBRARY_NAMES_${SWIFT_BENCHMARK_COMPILE_PLATFORM}})
|
||||
string(FIND "${stdlib_dependency}" "Unittest" find_output)
|
||||
if("${find_output}" STREQUAL "-1")
|
||||
|
||||
Reference in New Issue
Block a user