summaryrefslogtreecommitdiff
path: root/tools/c-arcmt-test
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-12-10 12:40:37 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-12-10 12:40:37 +0000
commitd31b98f0a89e0d8cb3a32fb693018ab9d98f3131 (patch)
tree498ec82d6652a0bc81896d7a02a67529440bcda1 /tools/c-arcmt-test
parentd2c03c91601f63bc05c4a41ed2baed53f1807616 (diff)
downloadclang-d31b98f0a89e0d8cb3a32fb693018ab9d98f3131.tar.gz
clang-d31b98f0a89e0d8cb3a32fb693018ab9d98f3131.tar.bz2
clang-d31b98f0a89e0d8cb3a32fb693018ab9d98f3131.tar.xz
[CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMakeLists.txt.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196916 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/c-arcmt-test')
-rw-r--r--tools/c-arcmt-test/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/c-arcmt-test/CMakeLists.txt b/tools/c-arcmt-test/CMakeLists.txt
index 1e72261b21..9014ccc309 100644
--- a/tools/c-arcmt-test/CMakeLists.txt
+++ b/tools/c-arcmt-test/CMakeLists.txt
@@ -1,8 +1,3 @@
-set( LLVM_LINK_COMPONENTS
- support
- mc
- )
-
add_clang_executable(c-arcmt-test
c-arcmt-test.c
)