[CMake] Fixing a typo

This was called out on the list a long time ago and just got pointed out to me again. Need to fix it before I forget.

llvm-svn: 272201
This commit is contained in:
Chris Bieneman 2016-06-08 21:22:03 +00:00
parent b087e27002
commit b6385a607e

View File

@ -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}")