summaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2016-05-03 00:04:07 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2016-05-03 00:04:07 +0000
commit0414149591bddd9c0407a50148d20617ad7c3337 (patch)
tree35a3c9916e44b30ae6ecaa0b2eacf97d88be8581 /unittests
parentf45287b0728275748a9ea10ac8e9228132a91af6 (diff)
MITests: Update libdeps.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268335 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests')
-rw-r--r--unittests/MI/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/unittests/MI/CMakeLists.txt b/unittests/MI/CMakeLists.txt
index 283d011bf1d..595497f3d96 100644
--- a/unittests/MI/CMakeLists.txt
+++ b/unittests/MI/CMakeLists.txt
@@ -1,7 +1,8 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
- AsmPrinter
CodeGen
+ Core
+ MC
MIRParser
Support
Target