diff --git a/cmake/modules/CrossCompile.cmake b/cmake/modules/CrossCompile.cmake index c136dfaa612..9c598a6a07b 100644 --- a/cmake/modules/CrossCompile.cmake +++ b/cmake/modules/CrossCompile.cmake @@ -1,4 +1,4 @@ -function(llvm_create_cross_target_internal target_name toochain buildtype) +function(llvm_create_cross_target_internal target_name toolchain buildtype) if(NOT DEFINED LLVM_${target_name}_BUILD) set(LLVM_${target_name}_BUILD "${CMAKE_BINARY_DIR}/${target_name}")