We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a5a6fb + 25e547e commit f7c9cecCopy full SHA for f7c9cec
benchmark/cmake/modules/AddSwiftBenchmarkSuite.cmake
@@ -355,7 +355,7 @@ function (swift_benchmark_compile_archopts)
355
"-c"
356
"-target" "${target}"
357
"-${BENCH_COMPILE_ARCHOPTS_OPT}" ${PAGE_ALIGNMENT_OPTION}
358
- "-Xfrontend -enable-experimental-layout-prespecialization")
+ "-Xfrontend" "-enable-experimental-layout-prespecialization")
359
360
if(SWIFT_BENCHMARK_GENERATE_DEBUG_INFO)
361
list(APPEND common_options "-g")
0 commit comments