From ca962926fe936a3acbda84fcd961a93db2a5a8d8 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358836 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/ExecutionEngine/JITLink/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.50.1