MITests: Update libdeps. llvm/Target/TargetOptions.h depends on MC.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 16 Feb 2016 00:17:56 +0000 (00:17 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 16 Feb 2016 00:17:56 +0000 (00:17 +0000)
llvm-svn: 260918

llvm/unittests/MI/CMakeLists.txt

index 87042f6..50abf00 100644 (file)
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
   AsmPrinter
   CodeGen
   Core
+  MC
   MIRParser
   Support
   Target