From c8ca83201c1d245f72b89bd07e79ec9b199cad8d Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sun, 23 Mar 2014 01:23:36 +0000 Subject: [PATCH] [CMake] LLVMProfileData: No need to add LINK_LIBS here. LLVMBuild should do. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204553 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/ProfileData/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/ProfileData/CMakeLists.txt b/lib/ProfileData/CMakeLists.txt index 5204afcdc4e..aefb16cb8d9 100644 --- a/lib/ProfileData/CMakeLists.txt +++ b/lib/ProfileData/CMakeLists.txt @@ -2,7 +2,4 @@ add_llvm_library(LLVMProfileData InstrProf.cpp InstrProfReader.cpp InstrProfWriter.cpp - - LINK_LIBS - LLVMSupport -) + )