[CMake] LLVMProfileData: No need to add LINK_LIBS here. LLVMBuild should do.
[oota-llvm.git] / lib / ProfileData / CMakeLists.txt
1 add_llvm_library(LLVMProfileData
2   InstrProf.cpp
3   InstrProfReader.cpp
4   InstrProfWriter.cpp
5   )