summaryrefslogtreecommitdiff
path: root/lib/ProfileData/CMakeLists.txt
blob: aefb16cb8d963ed13be53313c33a64d2cde70329 (plain)
1
2
3
4
5
add_llvm_library(LLVMProfileData
  InstrProf.cpp
  InstrProfReader.cpp
  InstrProfWriter.cpp
  )