Skip to content

Commit 25e547e

Browse files
committed
[Build] Fix flag in benchmark build
1 parent e03c568 commit 25e547e

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)