[Lldb-commits] [lldb] r368143 - [lldb][NFC] Fix typo in 368066

Stefan Granitz via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 7 03:03:11 PDT 2019


Author: stefan.graenitz
Date: Wed Aug  7 03:03:11 2019
New Revision: 368143

URL: http://llvm.org/viewvc/llvm-project?rev=368143&view=rev
Log:
[lldb][NFC] Fix typo in 368066

Differential Revision: https://reviews.llvm.org/D65797

Modified:
    lldb/trunk/cmake/modules/LLDBConfig.cmake

Modified: lldb/trunk/cmake/modules/LLDBConfig.cmake
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/cmake/modules/LLDBConfig.cmake?rev=368143&r1=368142&r2=368143&view=diff
==============================================================================
--- lldb/trunk/cmake/modules/LLDBConfig.cmake (original)
+++ lldb/trunk/cmake/modules/LLDBConfig.cmake Wed Aug  7 03:03:11 2019
@@ -75,7 +75,7 @@ if(APPLE AND CMAKE_GENERATOR STREQUAL Xc
   if(NOT LLDB_EXPLICIT_XCODE_CACHE_USED)
     message(WARNING
       "When building with Xcode, we recommend using the corresponding cache script. "
-      "If this was a mistake, clean your lean build directory and re-run CMake with:\n"
+      "If this was a mistake, clean your build directory and re-run CMake with:\n"
       "  -C ${CMAKE_SOURCE_DIR}/cmake/caches/Apple-lldb-Xcode.cmake\n"
       "See: https://lldb.llvm.org/resources/build.html#cmakegeneratedxcodeproject\n")
   endif()




More information about the lldb-commits mailing list