Author: Martin Storsjö Date: 2023-10-04T14:34:12+03:00 New Revision: d918b813c852fb4632875c683f4b9552eddea30d
URL: https://github.com/llvm/llvm-project/commit/d918b813c852fb4632875c683f4b9552eddea30d DIFF: https://github.com/llvm/llvm-project/commit/d918b813c852fb4632875c683f4b9552eddea30d.diff LOG: [lldb] [debugserver] Add spaces between sentences in a CMake warning. 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 43accc363ef3cb9..f0b9756becab6e6 100644 --- a/lldb/tools/debugserver/source/CMakeLists.txt +++ b/lldb/tools/debugserver/source/CMakeLists.txt @@ -19,8 +19,8 @@ endfunction() function(get_debugserver_codesign_identity result) string(CONCAT not_found_help - "This will cause failures in the test suite." - "Pass '-DLLDB_USE_SYSTEM_DEBUGSERVER=ON' to use the system one instead." + "This will cause failures in the test suite. " + "Pass '-DLLDB_USE_SYSTEM_DEBUGSERVER=ON' to use the system one instead. " "See 'Code Signing on macOS' in the documentation." ) _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits