[Lldb-commits] [lldb] 7f76c70 - [lldb] Fix capitalization in CMake status message

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Sat Mar 27 21:40:33 PDT 2021


Author: Jonas Devlieghere
Date: 2021-03-27T21:39:39-07:00
New Revision: 7f76c70d85788adeff37a5b7a38236f1d1348e6f

URL: https://github.com/llvm/llvm-project/commit/7f76c70d85788adeff37a5b7a38236f1d1348e6f
DIFF: https://github.com/llvm/llvm-project/commit/7f76c70d85788adeff37a5b7a38236f1d1348e6f.diff

LOG: [lldb] Fix capitalization in CMake status message

s/LLDB Tests/LLDB tests/

Added: 
    

Modified: 
    lldb/test/API/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/CMakeLists.txt b/lldb/test/API/CMakeLists.txt
index 2b7dba456b1a..ce7531fd9866 100644
--- a/lldb/test/API/CMakeLists.txt
+++ b/lldb/test/API/CMakeLists.txt
@@ -116,7 +116,7 @@ if(CMAKE_HOST_APPLE)
     list(APPEND LLDB_TEST_COMMON_ARGS --out-of-tree-debugserver)
     add_lldb_test_dependency(debugserver)
   else()
-    message(STATUS "LLDB Tests use just-built debug server")
+    message(STATUS "LLDB tests use just-built debug server")
   endif()
 endif()
 


        


More information about the lldb-commits mailing list