[llvm] f31797f - [cmake] Fix typo in CrossCompile.cmake
Jonas Hahnfeld via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 3 01:19:38 PDT 2022
Author: Jonas Hahnfeld
Date: 2022-06-03T10:19:28+02:00
New Revision: f31797f9f1b48f2746e36724d248f6c2d8b9e276
URL: https://github.com/llvm/llvm-project/commit/f31797f9f1b48f2746e36724d248f6c2d8b9e276
DIFF: https://github.com/llvm/llvm-project/commit/f31797f9f1b48f2746e36724d248f6c2d8b9e276.diff
LOG: [cmake] Fix typo in CrossCompile.cmake
Added:
Modified:
llvm/cmake/modules/CrossCompile.cmake
Removed:
################################################################################
diff --git a/llvm/cmake/modules/CrossCompile.cmake b/llvm/cmake/modules/CrossCompile.cmake
index 5bc1aa635a86..b1dd4f464105 100644
--- a/llvm/cmake/modules/CrossCompile.cmake
+++ b/llvm/cmake/modules/CrossCompile.cmake
@@ -26,7 +26,7 @@ function(llvm_create_cross_target project_name target_name toolchain buildtype)
# project specific version of the flags up above
set(CROSS_TOOLCHAIN_FLAGS_${project_name}_${target_name} ""
- CACHE STRING "Toolchain configuration for ${Pproject_name}_${target_name}")
+ CACHE STRING "Toolchain configuration for ${project_name}_${target_name}")
if (buildtype)
set(build_type_flags "-DCMAKE_BUILD_TYPE=${buildtype}")
More information about the llvm-commits
mailing list