]> granicus.if.org Git - clang/commit
Revert "CodeGen: Use a binary format for instrumentation based profiling"
authorJustin Bogner <mail@justinbogner.com>
Wed, 12 Mar 2014 21:06:31 +0000 (21:06 +0000)
committerJustin Bogner <mail@justinbogner.com>
Wed, 12 Mar 2014 21:06:31 +0000 (21:06 +0000)
commit07cdaf54b0678548b578063229ba37eb79200ee1
treeca9009b7b0b019896be9117e568b13fdf347710c
parent7c9210c534a8fb77c17da943ea7c7871833b0699
Revert "CodeGen: Use a binary format for instrumentation based profiling"

I've clearly done something wrong with how to get this to link
correctly. Reverting for now.

This reverts commit r203711.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203712 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h
lib/CodeGen/CodeGenPGO.cpp
lib/CodeGen/CodeGenPGO.h
test/Profile/Inputs/c-attributes.profdata
test/Profile/Inputs/c-counter-overflows.profdata
test/Profile/Inputs/c-general.profdata
test/Profile/Inputs/c-outdated-data.profdata
test/Profile/Inputs/cxx-class.profdata
test/Profile/Inputs/cxx-throws.profdata
test/Profile/Inputs/objc-general.profdata
tools/driver/CMakeLists.txt