Skip to content

Commit 1395d43

Browse files
committed
[lldb] Remove unnecessary LINK_LIBS in LLDBBreakpointTests (NFC)
1 parent 37af81f commit 1395d43

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed
Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
add_lldb_unittest(LLDBBreakpointTests
2-
BreakpointIDTest.cpp
3-
WatchpointAlgorithmsTests.cpp
4-
5-
LINK_COMPONENTS
6-
Support
7-
LINK_LIBS
8-
liblldb
9-
lldbBreakpoint
10-
lldbCore
11-
LLVMTestingSupport
12-
lldbUtilityHelpers
13-
lldbPluginPlatformMacOSX
14-
)
1+
add_lldb_unittest(LLDBBreakpointTests
2+
BreakpointIDTest.cpp
3+
WatchpointAlgorithmsTests.cpp
4+
5+
LINK_COMPONENTS
6+
Support
7+
LINK_LIBS
8+
lldbBreakpoint
9+
lldbCore
10+
)

0 commit comments

Comments
 (0)