[Lldb-commits] [lldb] 340c376 - [lldb] Fix a CMake warning typo. NFC.

Martin Storsjö via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 13 12:48:26 PDT 2020


Author: Martin Storsjö
Date: 2020-07-13T22:48:17+03:00
New Revision: 340c376b87c72e7eb3670301e4920106615b6689

URL: https://github.com/llvm/llvm-project/commit/340c376b87c72e7eb3670301e4920106615b6689
DIFF: https://github.com/llvm/llvm-project/commit/340c376b87c72e7eb3670301e4920106615b6689.diff

LOG: [lldb] Fix a CMake warning typo. NFC.

Added: 
    

Modified: 
    lldb/tools/debugserver/source/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/lldb/tools/debugserver/source/CMakeLists.txt b/lldb/tools/debugserver/source/CMakeLists.txt
index 9a7e2eb9a1a0..b29b3ddc3056 100644
--- a/lldb/tools/debugserver/source/CMakeLists.txt
+++ b/lldb/tools/debugserver/source/CMakeLists.txt
@@ -41,7 +41,7 @@ function(get_debugserver_codesign_identity result)
     return()
   endif()
 
-  message(WARNING "Development code sign identiy not found: 'lldb_codesign' ${not_found_help}")
+  message(WARNING "Development code sign identity not found: 'lldb_codesign' ${not_found_help}")
 
   # LLVM pendant: fallback if available
   if(LLVM_CODESIGNING_IDENTITY)


        


More information about the lldb-commits mailing list