[all-commits] [llvm/llvm-project] 4d1cf5: [lldb] Fix build with MSVC by using LLVM_PRETTY_FU...

David Spickett via All-commits all-commits at lists.llvm.org
Fri Sep 1 00:41:16 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4d1cf5403fc05a738f2d548429dbd51cb2300765
      https://github.com/llvm/llvm-project/commit/4d1cf5403fc05a738f2d548429dbd51cb2300765
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2023-09-01 (Fri, 01 Sep 2023)

  Changed paths:
    M lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp

  Log Message:
  -----------
  [lldb] Fix build with MSVC by using LLVM_PRETTY_FUNCTION

Fixes #65157

07c215e8a8af54d0084af7291ac29fef3672fcd8 added some extra logging
which compiles ok with clang but not msvc. Use LLVM_PRETTY_FUNCTION
to fix that.

Fix suggested by Carlos Alberto Enciso.




More information about the All-commits mailing list