[Build] Fix flag in benchmark build

This commit is contained in:
Dario Rexin
2022-09-22 20:45:11 -07:00
parent e03c5683b1
commit 25e547e30d

View File

@@ -355,7 +355,7 @@ function (swift_benchmark_compile_archopts)
"-c"
"-target" "${target}"
"-${BENCH_COMPILE_ARCHOPTS_OPT}" ${PAGE_ALIGNMENT_OPTION}
"-Xfrontend -enable-experimental-layout-prespecialization")
"-Xfrontend" "-enable-experimental-layout-prespecialization")
if(SWIFT_BENCHMARK_GENERATE_DEBUG_INFO)
list(APPEND common_options "-g")