git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212920 91177308-0d34-0410-b5e6-96231b3b80d8
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
JIT
+ MC
Support
nativecodegen
)
Interpreter
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
InstCombine
ScalarOpts
TransformUtils
@@ -8,7 +8,9 @@ set(LLVM_LINK_COMPONENTS
Instrumentation
MCJIT
+ Object
SelectionDAG
native
@@ -1,5 +1,6 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
+ Core
Object
@@ -1,4 +1,5 @@
@@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
@@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
IPO
@@ -1,5 +1,7 @@
MCAnalysis
+ Support
add_llvm_unittest(MCTests