Skip to content

Commit ec0fbc0

Browse files
committed
[benchmark] Use swift-darwin-postprocess.py to work around dyld 4 issue on macOS 12
1 parent 2fbf391 commit ec0fbc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/cmake/modules/AddSwiftBenchmarkSuite.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ function (swift_benchmark_compile_archopts)
683683
${objcfile}
684684
"-o" "${OUTPUT_EXEC}"
685685
COMMAND
686-
"codesign" "-f" "-s" "-" "${OUTPUT_EXEC}")
686+
"${srcdir}/../utils/swift-darwin-postprocess.py" "${OUTPUT_EXEC}")
687687
else()
688688
# TODO: rpath.
689689
add_custom_command(

0 commit comments

Comments
 (0)