File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -134,9 +134,9 @@ function (swift_benchmark_compile_archopts)
134
134
LIBRARY_FLAGS ${common_options_driver} ${BENCH_DRIVER_LIBRARY_FLAGS} )
135
135
precondition (objfile_out )
136
136
list (APPEND bench_library_objects "${objfile_out} " )
137
- if (SWIFT_BENCHMARK_EMIT_SUB )
137
+ if (SWIFT_BENCHMARK_EMIT_SIB )
138
138
precondition (sibfile_out )
139
- list (APPEND bench_library_subfiles "${sibfile_out} " )
139
+ list (APPEND bench_library_sibfiles "${sibfile_out} " )
140
140
endif ()
141
141
endforeach ()
142
142
@@ -151,9 +151,9 @@ function (swift_benchmark_compile_archopts)
151
151
LIBRARY_FLAGS ${common_options} )
152
152
precondition (objfile_out )
153
153
list (APPEND bench_library_objects "${objfile_out} " )
154
- if (SWIFT_BENCHMARK_EMIT_SUB )
154
+ if (SWIFT_BENCHMARK_EMIT_SIB )
155
155
precondition (sibfile_out )
156
- list (APPEND bench_library_subfiles "${sibfile_out} " )
156
+ list (APPEND bench_library_sibfiles "${sibfile_out} " )
157
157
endif ()
158
158
endforeach ()
159
159
You can’t perform that action at this time.
0 commit comments