[all-commits] [llvm/llvm-project] 2356bf: [lldb][CMake] Enforce not letting lldbUtility link...

Alex via All-commits all-commits at lists.llvm.org
Tue Mar 21 11:04:07 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2356bf27f722eddbdf3c9acf4072cbdd348f00d0
      https://github.com/llvm/llvm-project/commit/2356bf27f722eddbdf3c9acf4072cbdd348f00d0
  Author: Alex Langford <alangford at apple.com>
  Date:   2023-03-21 (Tue, 21 Mar 2023)

  Changed paths:
    M lldb/cmake/modules/AddLLDB.cmake
    M lldb/source/Utility/CMakeLists.txt

  Log Message:
  -----------
  [lldb][CMake] Enforce not letting lldbUtility link against any other lldb libs

lldbUtility is not supposed to depend on anything else in lldb. Let's
enforce that constraint in CMake rather than hoping something doesn't
slip in under the radar.

Differential Revision: https://reviews.llvm.org/D146473




More information about the All-commits mailing list