summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/CodeGen
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-12-10 11:13:32 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-12-10 11:13:32 +0000
commitb5c4b876907c3af47e1141a9221b5cb1f9372e06 (patch)
treee9c8aba6325d53f7ea483874ff8c50157a101029 /llvm/unittests/CodeGen
parentdb0768cb8c7acad90799a8a7957e2c48a0c6f3d1 (diff)
downloadbcm5719-llvm-b5c4b876907c3af47e1141a9221b5cb1f9372e06.tar.gz
bcm5719-llvm-b5c4b876907c3af47e1141a9221b5cb1f9372e06.zip
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
llvm-svn: 196908
Diffstat (limited to 'llvm/unittests/CodeGen')
-rw-r--r--llvm/unittests/CodeGen/CMakeLists.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/unittests/CodeGen/CMakeLists.txt b/llvm/unittests/CodeGen/CMakeLists.txt
index 5973bae3aab..65c0ac3f20e 100644
--- a/llvm/unittests/CodeGen/CMakeLists.txt
+++ b/llvm/unittests/CodeGen/CMakeLists.txt
@@ -1,7 +1,6 @@
set(LLVM_LINK_COMPONENTS
- asmprinter
- codegen
- support
+ AsmPrinter
+ Support
)
set(CodeGenSources
OpenPOWER on IntegriCloud