unittests/MI: Add Core library reference

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260915 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Matthias Braun 2016-02-15 22:09:38 +00:00
parent 5f33f2da6d
commit 5cdb7d1d3d

View File

@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
AsmPrinter
CodeGen
Core
MIRParser
Support
Target