Skip to content

Commit 7fc7b36

Browse files
committed
[JITLink] Add dependencies on MCDissassembler and Target to unit test.
llvm-svn: 358836
1 parent 8eeaf51 commit 7fc7b36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/unittests/ExecutionEngine/JITLink/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ set(LLVM_LINK_COMPONENTS
22
${LLVM_TARGETS_TO_BUILD}
33
JITLink
44
MC
5+
MCDisassembler
56
Object
67
RuntimeDyld
78
Support
9+
Target
810
)
911

1012
add_llvm_unittest(JITLinkTests

0 commit comments

Comments
 (0)