[Lldb-commits] [lldb] [lldb] Enforce that only the LLDB API unit tests can link liblldb (PR #162384)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 8 14:00:53 PDT 2025
JDevlieghere wrote:
> We're seeing this after this patch:
>
> ```
> - Performing Test CXX_SUPPORTS_NO_DOCUMENTATION_DEPRECATED_SYNC - Success
> CMake Error at /b/s/w/ir/x/w/llvm-llvm-project/lldb/unittests/CMakeLists.txt:25 (message):
> The LLDBBreakpointTests are not allowed to link liblldb.
> Call Stack (most recent call first):
> /b/s/w/ir/x/w/llvm-llvm-project/lldb/unittests/Breakpoint/CMakeLists.txt:1 (add_lldb_unittest)
> ```
Looks like Jim forgot to unstage these additions in https://github.com/llvm/llvm-project/pull/162370. I'm removing them.
https://github.com/llvm/llvm-project/pull/162384
More information about the lldb-commits
mailing list