[GlobalISel] Add missing link components to r277160 unittest. NFC.

It broke a shared builder:
  http://lab.llvm.org:8011/builders/llvm-mips-linux/builds/17320

llvm-svn: 277201
This commit is contained in:
Ahmed Bougacha 2016-07-29 19:19:32 +00:00
parent 369f4d64a2
commit be3ea33fa1
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
set(LLVM_LINK_COMPONENTS
AsmPrinter
CodeGen
Core
Support
)