mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Build] Fix flag in benchmark build
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user