summaryrefslogtreecommitdiffstats
path: root/clang/tools/driver/CMakeLists.txt
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2014-03-12 20:53:16 +0000
committerJustin Bogner <mail@justinbogner.com>2014-03-12 20:53:16 +0000
commitff9a0582673a6f1e73d5ac60d03e43fb7038ea50 (patch)
tree3d9743bd3c866705dfdbf5b055c5999251841cc9 /clang/tools/driver/CMakeLists.txt
parentac7c599254731fc878b5f913278dcbaaf092a378 (diff)
downloadbcm5719-llvm-ff9a0582673a6f1e73d5ac60d03e43fb7038ea50.tar.gz
bcm5719-llvm-ff9a0582673a6f1e73d5ac60d03e43fb7038ea50.zip
CodeGen: Use a binary format for instrumentation based profiling
This updates CodeGenPGO to use the ProfileDataReader introduced to llvm in r203703 and the new API for writing out the profile introduced to compiler-rt in r203710. llvm-svn: 203711
Diffstat (limited to 'clang/tools/driver/CMakeLists.txt')
-rw-r--r--clang/tools/driver/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/tools/driver/CMakeLists.txt b/clang/tools/driver/CMakeLists.txt
index 9442ba65da9..2e65bcc81b5 100644
--- a/clang/tools/driver/CMakeLists.txt
+++ b/clang/tools/driver/CMakeLists.txt
@@ -10,6 +10,7 @@ set( LLVM_LINK_COMPONENTS
MCParser
ObjCARCOpts
Option
+ Profile
ScalarOpts
Support
TransformUtils
OpenPOWER on IntegriCloud