Home | History | Annotate | Download | only in ProfileData
      1 add_llvm_library(LLVMProfileData
      2   InstrProf.cpp
      3   InstrProfReader.cpp
      4   InstrProfWriter.cpp
      5   ProfileSummaryBuilder.cpp
      6   SampleProf.cpp
      7   SampleProfReader.cpp
      8   SampleProfWriter.cpp
      9 
     10   ADDITIONAL_HEADER_DIRS
     11   ${LLVM_MAIN_INCLUDE_DIR}/llvm/ProfileData
     12 
     13   DEPENDS
     14   intrinsics_gen
     15   )
     16 
     17 add_subdirectory(Coverage)
     18