[all-commits] [llvm/llvm-project] 2e5a75: [lldb-dap] Stop linking explicitly against pthread...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Wed Mar 19 16:00:17 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2e5a751ee95026dab7056f779e4df3fc75e8803a
      https://github.com/llvm/llvm-project/commit/2e5a751ee95026dab7056f779e4df3fc75e8803a
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2025-03-19 (Wed, 19 Mar 2025)

  Changed paths:
    M lldb/tools/lldb-dap/CMakeLists.txt

  Log Message:
  -----------
  [lldb-dap] Stop linking explicitly against pthread (#132111)

I can't figure out why this would be necessary. Nothing is checking if
libpthread is available, nothing in lldb-dap is relying on libpthread
directly and nothing else in LLDB is doing this.



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