summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/CMakeLists.txt
diff options
context:
space:
mode:
authorEaswaran Raman <eraman@google.com>2016-02-04 23:34:31 +0000
committerEaswaran Raman <eraman@google.com>2016-02-04 23:34:31 +0000
commitd68aae24e4e3577e895f2c4b10a211ffa93246f0 (patch)
tree12f1b0dd13bbfe211b9339e0b1a1a42e8b00358c /llvm/lib/ProfileData/CMakeLists.txt
parent6795eff63eb3f04c6cc658d70c951622ac94882a (diff)
downloadbcm5719-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.txt1
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
OpenPOWER on IntegriCloud