[CMake] LLVMProfileData: No need to add LINK_LIBS here. LLVMBuild should do.

llvm-svn: 204553
This commit is contained in:
NAKAMURA Takumi 2014-03-23 01:23:36 +00:00
parent 8971fcae25
commit d3415c2440
1 changed files with 1 additions and 4 deletions

View File

@ -2,7 +2,4 @@ add_llvm_library(LLVMProfileData
InstrProf.cpp
InstrProfReader.cpp
InstrProfWriter.cpp
LINK_LIBS
LLVMSupport
)
)