forked from OSchip/llvm-project
[CMake] LLVMProfileData: No need to add LINK_LIBS here. LLVMBuild should do.
llvm-svn: 204553
This commit is contained in:
parent
8971fcae25
commit
d3415c2440
|
@ -2,7 +2,4 @@ add_llvm_library(LLVMProfileData
|
|||
InstrProf.cpp
|
||||
InstrProfReader.cpp
|
||||
InstrProfWriter.cpp
|
||||
|
||||
LINK_LIBS
|
||||
LLVMSupport
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue