From e30092016a3a388c39bf3d0a967beb94181de6f2 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 9 Dec 2013 19:27:36 +0000 Subject: [PATCH] [CMake] clangSema doesn't depend on LLVM CodeGen any more. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196803 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Sema/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/Sema/CMakeLists.txt b/lib/Sema/CMakeLists.txt index 5e0914086c..c4ebeb5940 100644 --- a/lib/Sema/CMakeLists.txt +++ b/lib/Sema/CMakeLists.txt @@ -1,8 +1,5 @@ set(LLVM_LINK_COMPONENTS - ${LLVM_TARGETS_TO_BUILD} - asmparser - support - mc + Support ) add_clang_library(clangSema -- 2.40.0