[compiler-rt] 55224bc - Typo fix

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Tue May 2 01:32:09 PDT 2023


Author: Hans Wennborg
Date: 2023-05-02T10:31:37+02:00
New Revision: 55224bc55cb4dd569808f340a9d3a02f24ab72ce

URL: https://github.com/llvm/llvm-project/commit/55224bc55cb4dd569808f340a9d3a02f24ab72ce
DIFF: https://github.com/llvm/llvm-project/commit/55224bc55cb4dd569808f340a9d3a02f24ab72ce.diff

LOG: Typo fix

Added: 
    

Modified: 
    compiler-rt/cmake/Modules/CompilerRTUtils.cmake

Removed: 
    


################################################################################
diff  --git a/compiler-rt/cmake/Modules/CompilerRTUtils.cmake b/compiler-rt/cmake/Modules/CompilerRTUtils.cmake
index f15917f7872b5..25e7823716fc2 100644
--- a/compiler-rt/cmake/Modules/CompilerRTUtils.cmake
+++ b/compiler-rt/cmake/Modules/CompilerRTUtils.cmake
@@ -359,7 +359,7 @@ macro(construct_compiler_rt_default_triple)
       message(FATAL_ERROR "COMPILER_RT_DEFAULT_TARGET_TRIPLE isn't supported when building for default target only")
     endif()
     if ("${CMAKE_C_COMPILER_TARGET}" STREQUAL "")
-      message(FATAL_ERROR "CMAKE_C_COMPILER_TARGET must also be set when COMPILER_RT_DEFAUT_TARGET_ONLY is ON")
+      message(FATAL_ERROR "CMAKE_C_COMPILER_TARGET must also be set when COMPILER_RT_DEFAULT_TARGET_ONLY is ON")
     endif()
     message(STATUS "cmake c compiler target: ${CMAKE_C_COMPILER_TARGET}")
     set(COMPILER_RT_DEFAULT_TARGET_TRIPLE ${CMAKE_C_COMPILER_TARGET})


        


More information about the llvm-commits mailing list