Skip to content

Commit fc79294

Browse files
committed
[lto][build-script-impl] Fix typo that broke the LTO build.
1 parent b12a874 commit fc79294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ function set_deployment_target_based_options() {
533533
)
534534
fi
535535

536-
lvm_cmake_options=(
536+
llvm_cmake_options=(
537537
"${llvm_cmake_options[@]}"
538538
"-DCMAKE_C_FLAGS=-O2 -flto -gline-tables-only -fno-stack-protector "
539539
"-DCMAKE_CXX_FLAGS=-O2 -flto -gline-tables-only -fno-stack-protector "

0 commit comments

Comments
 (0)