summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2016-06-08 21:22:03 +0000
committerChris Bieneman <beanz@apple.com>2016-06-08 21:22:03 +0000
commite06e7e3e9f6f160d5e44f3f7a3cbef9ce1fa8801 (patch)
tree444cd3e6209897914667a3baa82d9e4d6e8a5757 /cmake
parenteb5b5d9f149a33b70914079a7949cb4947fa75f7 (diff)
[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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272201 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/CrossCompile.cmake2
1 files changed, 1 insertions, 1 deletions
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}")