1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

[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 abbb9ce154
commit 7aa8b4b2cc

View File

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