Skip to content

Commit f7c9cec

Browse files
authored
Merge pull request #61259 from drexin/wip-fix-benchmark-build
[Build] Fix flag in benchmark build
2 parents 4a5a6fb + 25e547e commit f7c9cec

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
@@ -355,7 +355,7 @@ function (swift_benchmark_compile_archopts)
355355
"-c"
356356
"-target" "${target}"
357357
"-${BENCH_COMPILE_ARCHOPTS_OPT}" ${PAGE_ALIGNMENT_OPTION}
358-
"-Xfrontend -enable-experimental-layout-prespecialization")
358+
"-Xfrontend" "-enable-experimental-layout-prespecialization")
359359

360360
if(SWIFT_BENCHMARK_GENERATE_DEBUG_INFO)
361361
list(APPEND common_options "-g")

0 commit comments

Comments
 (0)