ProfileData: Introduce the InstrProfReader interface and a text reader
[oota-llvm.git] / lib / ProfileData / CMakeLists.txt
1 add_llvm_library(LLVMProfileData
2   InstrProf.cpp
3   InstrProfReader.cpp
4
5   LINK_LIBS
6   LLVMSupport
7 )