From d31b98f0a89e0d8cb3a32fb693018ab9d98f3131 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 10 Dec 2013 12:40:37 +0000 Subject: [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 --- tools/c-arcmt-test/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tools/c-arcmt-test') 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 ) -- cgit v1.2.3