diff options
author | Easwaran Raman <eraman@google.com> | 2016-02-04 23:34:31 +0000 |
---|---|---|
committer | Easwaran Raman <eraman@google.com> | 2016-02-04 23:34:31 +0000 |
commit | d68aae24e4e3577e895f2c4b10a211ffa93246f0 (patch) | |
tree | 12f1b0dd13bbfe211b9339e0b1a1a42e8b00358c /llvm/lib/ProfileData/CMakeLists.txt | |
parent | 6795eff63eb3f04c6cc658d70c951622ac94882a (diff) | |
download | bcm5719-llvm-d68aae24e4e3577e895f2c4b10a211ffa93246f0.tar.gz bcm5719-llvm-d68aae24e4e3577e895f2c4b10a211ffa93246f0.zip |
Refactor profile summary support code. NFC.
Summary computation is not just for instrumented profiling and so I have moved
the ProfileSummary class to ProfileCommon.h (named so to allow code unrelated
to summary but common to instrumented and sampled profiling to be placed there)
Differential Revision: http://reviews.llvm.org/D16661
llvm-svn: 259846
Diffstat (limited to 'llvm/lib/ProfileData/CMakeLists.txt')
-rw-r--r-- | llvm/lib/ProfileData/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/ProfileData/CMakeLists.txt b/llvm/lib/ProfileData/CMakeLists.txt index 22cca4b44df..c487ccad507 100644 --- a/llvm/lib/ProfileData/CMakeLists.txt +++ b/llvm/lib/ProfileData/CMakeLists.txt @@ -5,6 +5,7 @@ add_llvm_library(LLVMProfileData CoverageMapping.cpp CoverageMappingWriter.cpp CoverageMappingReader.cpp + ProfileSummary.cpp SampleProf.cpp SampleProfReader.cpp SampleProfWriter.cpp |