From 7fc7b368bda20c92a165e73a9ce21768cb4b1e6a Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Sun, 21 Apr 2019 00:35:58 +0000 Subject: [PATCH] [JITLink] Add dependencies on MCDissassembler and Target to unit test. llvm-svn: 358836 --- llvm/unittests/ExecutionEngine/JITLink/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/unittests/ExecutionEngine/JITLink/CMakeLists.txt b/llvm/unittests/ExecutionEngine/JITLink/CMakeLists.txt index c424e68..09b77bc 100644 --- a/llvm/unittests/ExecutionEngine/JITLink/CMakeLists.txt +++ b/llvm/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 -- 2.7.4