[all-commits] [llvm/llvm-project] 0ec4aa: [lldb][windows] switch to using std::string instea...

Charles Zablit via All-commits all-commits at lists.llvm.org
Wed Feb 11 05:24:01 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0ec4aa51dd3ce32a55e32f0f32f86eb173855908
      https://github.com/llvm/llvm-project/commit/0ec4aa51dd3ce32a55e32f0f32f86eb173855908
  Author: Charles Zablit <c_zablit at apple.com>
  Date:   2026-02-11 (Wed, 11 Feb 2026)

  Changed paths:
    M lldb/source/Host/windows/PythonPathSetup/PythonPathSetup.cpp

  Log Message:
  -----------
  [lldb][windows] switch to using std::string instead of std::wstring in Python setup (#180786)

This patch changes the return type of methods returning `std:wstring` to
`std::string` in `PythonPathSetup.cpp`.

This follows lldb's style of converting to `std::wstring` at the last
moment.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list