]> granicus.if.org Git - clang/commit
PGO: Change runtime prefix from pgo to profile
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Thu, 20 Mar 2014 20:00:41 +0000 (20:00 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Thu, 20 Mar 2014 20:00:41 +0000 (20:00 +0000)
commit7f817a7d8d2062cb805cf720467bb3306dae2b3f
tree50ddb279dc6d87b216e63f17cd12375a3e0b44ce
parentcdbf2c3796769961bd29f376314a7f050033988f
PGO: Change runtime prefix from pgo to profile

These functions are in the profile runtime.  PGO comes later.

Unfortunately, there's only room for 16 characters in a Darwin section,
so use __llvm_prf_ instead of __llvm_profile_ for section names.

<rdar://problem/15943240>

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@204390 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenPGO.cpp
lib/CodeGen/CodeGenPGO.h
lib/Driver/ToolChains.cpp
test/Profile/c-general.c
test/Profile/c-linkage.c
test/Profile/cxx-class.cpp
test/Profile/cxx-linkage.cpp
test/Profile/cxx-throws.cpp
test/Profile/objc-general.m