File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -315,7 +315,6 @@ function (swift_benchmark_compile_archopts)
315
315
DEPENDS
316
316
${bench_library_objects} ${SWIFT_BENCH_OBJFILES}
317
317
"${objcfile} "
318
- "adhoc-sign-swift-stdlib-${BENCH_COMPILE_ARCHOPTS_PLATFORM} "
319
318
COMMAND
320
319
"${CLANG_EXEC} "
321
320
"-fno-stack-protector"
@@ -356,19 +355,6 @@ function(swift_benchmark_compile)
356
355
endforeach ()
357
356
endif ()
358
357
359
- add_custom_target ("copy-swift-stdlib-${SWIFT_BENCHMARK_COMPILE_PLATFORM} "
360
- DEPENDS ${stdlib_dependencies}
361
- COMMAND
362
- "${CMAKE_COMMAND} " "-E" "copy_directory"
363
- "${SWIFT_LIBRARY_PATH} /${SWIFT_BENCHMARK_COMPILE_PLATFORM} "
364
- "${benchmark-lib-swift-dir}/${SWIFT_BENCHMARK_COMPILE_PLATFORM} " )
365
-
366
- add_custom_target ("adhoc-sign-swift-stdlib-${SWIFT_BENCHMARK_COMPILE_PLATFORM} "
367
- DEPENDS "copy-swift-stdlib-${SWIFT_BENCHMARK_COMPILE_PLATFORM} "
368
- COMMAND
369
- "codesign" "-f" "-s" "-"
370
- "${benchmark-lib-swift-dir}/${SWIFT_BENCHMARK_COMPILE_PLATFORM} /*.dylib" "2>/dev/null" )
371
-
372
358
set (platform_executables )
373
359
foreach (arch ${${SWIFT_BENCHMARK_COMPILE_PLATFORM}_arch} )
374
360
set (platform_executables )
You can’t perform that action at this time.
0 commit comments