[all-commits] [llvm/llvm-project] 0da230: [lldb] Improve formatting of dlopen error messages...

Dave Lee via All-commits all-commits at lists.llvm.org
Mon May 23 10:58:03 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0da230ff44399f74dc9bf05c8f212e7fc22079fa
      https://github.com/llvm/llvm-project/commit/0da230ff44399f74dc9bf05c8f212e7fc22079fa
  Author: Dave Lee <davelee.com at gmail.com>
  Date:   2022-05-23 (Mon, 23 May 2022)

  Changed paths:
    M lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp

  Log Message:
  -----------
  [lldb] Improve formatting of dlopen error messages (NFC)

Ensure there's a space between "utility" and "function", and also makes
it easier to grep/search for "utility function".

While making this change, I also re-formatted the other dlopen error messages
(with clang-format). This fix other instances of spaces missing between words,
and makes each of these strings fit a single line, making them greppable.

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




More information about the All-commits mailing list