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
Showing
- lib/CodeGen/CodeGenPGO.cpp 8 additions, 8 deletionslib/CodeGen/CodeGenPGO.cpp
- lib/CodeGen/CodeGenPGO.h 1 addition, 1 deletionlib/CodeGen/CodeGenPGO.h
- lib/Driver/ToolChains.cpp 1 addition, 1 deletionlib/Driver/ToolChains.cpp
- test/Profile/c-general.c 10 additions, 10 deletionstest/Profile/c-general.c
- test/Profile/c-linkage.c 13 additions, 13 deletionstest/Profile/c-linkage.c
- test/Profile/cxx-class.cpp 4 additions, 4 deletionstest/Profile/cxx-class.cpp
- test/Profile/cxx-linkage.cpp 13 additions, 13 deletionstest/Profile/cxx-linkage.cpp
- test/Profile/cxx-throws.cpp 2 additions, 2 deletionstest/Profile/cxx-throws.cpp
- test/Profile/objc-general.m 3 additions, 3 deletionstest/Profile/objc-general.m
Loading
Please register or sign in to comment