[all-commits] [llvm/llvm-project] be8ee0: [bazel] Move lldb-dap cc_binary to lldb/BUILD.baze...

Keith Smiley via All-commits all-commits at lists.llvm.org
Thu Aug 22 18:28:21 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: be8ee098c4b45522eb4836ee0034469208c85c74
      https://github.com/llvm/llvm-project/commit/be8ee098c4b45522eb4836ee0034469208c85c74
  Author: Keith Smiley <keithbsmiley at gmail.com>
  Date:   2024-08-22 (Thu, 22 Aug 2024)

  Changed paths:
    M utils/bazel/llvm-project-overlay/lldb/BUILD.bazel
    R utils/bazel/llvm-project-overlay/lldb/tools/lldb-dap/BUILD.bazel

  Log Message:
  -----------
  [bazel] Move lldb-dap cc_binary to lldb/BUILD.bazel (#105733)

On linux lldb-dap uses the location of the lldb-dap binary to search for
lldb-server. Previously these were produced in different directories
corresponding to the BUILD file paths. It's not ideal that the BUILD
file location matters for the binary at runtime but it doesn't hurt to
have this tool here too like the others.



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