From: NAKAMURA Takumi Date: Sun, 23 Mar 2014 01:23:36 +0000 (+0000) Subject: [CMake] LLVMProfileData: No need to add LINK_LIBS here. LLVMBuild should do. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c8ca83201c1d245f72b89bd07e79ec9b199cad8d;p=oota-llvm.git [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 --- 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 -) + )