Fix typo.

llvm-svn: 244475
This commit is contained in:
Filipe Cabecinhas 2015-08-10 18:26:29 +00:00
parent 4709c03715
commit 2bbdbcb835
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ function(add_compiler_rt_object_libraries name)
set(libnames ${libnames} ${libname})
set(extra_cflags_${libname} ${TARGET_${arch}_CFLAGS})
if(NOT CAN_TARGET_${arch})
message(FATAL_ERROR "Archtecture ${arch} can't be targeted")
message(FATAL_ERROR "Architecture ${arch} can't be targeted")
return()
endif()
endforeach()
@ -80,7 +80,7 @@ macro(add_compiler_rt_runtime name arch type)
LIBRARY DESTINATION ${COMPILER_RT_LIBRARY_INSTALL_DIR}
RUNTIME DESTINATION ${COMPILER_RT_LIBRARY_INSTALL_DIR})
else()
message(FATAL_ERROR "Archtecture ${arch} can't be targeted")
message(FATAL_ERROR "Architecture ${arch} can't be targeted")
endif()
endmacro()