[all-commits] [llvm/llvm-project] cce227: [LLDB][OSX] Add a fallback support exe directory (...

Walter Erquinigo via All-commits all-commits at lists.llvm.org
Wed Aug 14 09:41:40 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cce2271eab8173f5c27c1e99863a056a9430c252
      https://github.com/llvm/llvm-project/commit/cce2271eab8173f5c27c1e99863a056a9430c252
  Author: Walter Erquinigo <a20012251 at gmail.com>
  Date:   2024-08-14 (Wed, 14 Aug 2024)

  Changed paths:
    M lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm

  Log Message:
  -----------
  [LLDB][OSX] Add a fallback support exe directory (#103458)

LLDB on OSX is looking at a `bin` directory sibling to the `lib` one
that contains liblldb for its supporting executables. This works well
for CMake, however, for other build systems like bazel, it's not that
easy to have that build structure, for which it's much easier to also
use the `lib` directory as a fallback under the absence of `bin`.
This shouldn't break anything, but instead should make it a bit easier
for LLDB to work with different build systems and folder structures.



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