summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/CodeGen
diff options
context:
space:
mode:
authorAhmed Bougacha <ahmed.bougacha@gmail.com>2016-07-29 19:19:32 +0000
committerAhmed Bougacha <ahmed.bougacha@gmail.com>2016-07-29 19:19:32 +0000
commitbe3ea33fa1cfe63fa891573f8801f9d145ba4d21 (patch)
treea5d354d5c642cf119651f4071faacd19ad822828 /llvm/unittests/CodeGen
parent369f4d64a2ab939b872d601c92f66cc6c9837cd5 (diff)
downloadbcm5719-llvm-be3ea33fa1cfe63fa891573f8801f9d145ba4d21.tar.gz
bcm5719-llvm-be3ea33fa1cfe63fa891573f8801f9d145ba4d21.zip
[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
Diffstat (limited to 'llvm/unittests/CodeGen')
-rw-r--r--llvm/unittests/CodeGen/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/unittests/CodeGen/CMakeLists.txt b/llvm/unittests/CodeGen/CMakeLists.txt
index b9e4c4a50ad..56b7b0099a1 100644
--- a/llvm/unittests/CodeGen/CMakeLists.txt
+++ b/llvm/unittests/CodeGen/CMakeLists.txt
@@ -1,5 +1,7 @@
set(LLVM_LINK_COMPONENTS
AsmPrinter
+ CodeGen
+ Core
Support
)
OpenPOWER on IntegriCloud