Skip to content

Commit 81ed485

Browse files
authored
[CMake] Fix variable name (#127967)
This was accidentaly introduced in #126876.
1 parent a72616d commit 81ed485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/utils/perf-training/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set(CLANG_PGO_TRAINING_DEPS "" CACHE STRING "Extra dependencies needed to build
99
option(CLANG_PGO_TRAINING_USE_LLVM_BUILD "Use LLVM build for generating PGO data" ON)
1010

1111
llvm_canonicalize_cmake_booleans(
12-
CLANG_PGO_TRAINING_USE_LLVM
12+
CLANG_PGO_TRAINING_USE_LLVM_BUILD
1313
)
1414

1515
if(LLVM_BUILD_INSTRUMENTED)

0 commit comments

Comments
 (0)