5204afcdc4eeadd1c50b75f93f3691fc0c9863a8
[oota-llvm.git] / lib / ProfileData / CMakeLists.txt
1 add_llvm_library(LLVMProfileData
2   InstrProf.cpp
3   InstrProfReader.cpp
4   InstrProfWriter.cpp
5
6   LINK_LIBS
7   LLVMSupport
8 )