Skip to content

Commit 8791692

Browse files
committed
[lldb/cmake] unittests: Breakpoint: remove liblldb dep
Remove the liblldb link target for these tests to fix CI failures. Commit 02572c6 ("[lldb] Enforce that only the LLDB API unit tests can link liblldb") disallows linking against liblldb for most tests. Then, Commit f3e2c20 ("Make SBBreakpoint/SBBreakpointLocation.SetCondition(nullptr) work again") got merged just after this commit (but before CI could report the regression). Signed-off-by: Justin Stitt <[email protected]>
1 parent 0ca23a3 commit 8791692

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/unittests/Breakpoint/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ add_lldb_unittest(LLDBBreakpointTests
55
LINK_COMPONENTS
66
Support
77
LINK_LIBS
8-
liblldb
98
lldbBreakpoint
109
lldbCore
1110
LLVMTestingSupport

0 commit comments

Comments
 (0)