From: Lang Hames Date: Sun, 21 Apr 2019 00:35:58 +0000 (+0000) Subject: [JITLink] Add dependencies on MCDissassembler and Target to unit test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca962926fe936a3acbda84fcd961a93db2a5a8d8;p=llvm [JITLink] Add dependencies on MCDissassembler and Target to unit test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358836 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/ExecutionEngine/JITLink/CMakeLists.txt b/unittests/ExecutionEngine/JITLink/CMakeLists.txt index c424e684671..09b77bcef45 100644 --- a/unittests/ExecutionEngine/JITLink/CMakeLists.txt +++ b/unittests/ExecutionEngine/JITLink/CMakeLists.txt @@ -2,9 +2,11 @@ set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} JITLink MC + MCDisassembler Object RuntimeDyld Support + Target ) add_llvm_unittest(JITLinkTests