Skip to content

Commit 97234ad

Browse files
committed
[lldb] include LLVMTargetParser in LINK_COMPONENTS
1 parent c8a9579 commit 97234ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lldb/unittests/Host/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ add_lldb_unittest(HostTests
3737
lldbUtilityHelpers
3838
lldbHostHelpers
3939
LLVMTestingSupport
40-
LLVMTargetParser
40+
41+
LINK_COMPONENTS
42+
TargetParser
4143
)
4244

4345
add_subdirectory(common)

0 commit comments

Comments
 (0)