This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b6756678e3 [AST] Use -fvisibility value when ignoring -fv-i-h* inline s [...] new 58ae985211 Add a flag to remap manglings when reading profile data info [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/ReleaseNotes.rst | 5 +++ docs/UsersManual.rst | 63 +++++++++++++++++++++++++++ include/clang/Driver/Options.td | 5 +++ include/clang/Frontend/CodeGenOptions.h | 4 ++ lib/CodeGen/BackendUtil.cpp | 15 ++++--- lib/CodeGen/CodeGenModule.cpp | 2 +- lib/Driver/ToolChains/Clang.cpp | 1 + lib/Frontend/CompilerInvocation.cpp | 7 +++ test/CodeGenCXX/Inputs/profile-remap.map | 2 + test/CodeGenCXX/Inputs/profile-remap.proftext | 7 +++ test/CodeGenCXX/Inputs/profile-remap.samples | 3 ++ test/CodeGenCXX/profile-remap.cpp | 27 ++++++++++++ test/Driver/clang_f_opts.c | 2 + 13 files changed, 137 insertions(+), 6 deletions(-) create mode 100644 test/CodeGenCXX/Inputs/profile-remap.map create mode 100644 test/CodeGenCXX/Inputs/profile-remap.proftext create mode 100644 test/CodeGenCXX/Inputs/profile-remap.samples create mode 100644 test/CodeGenCXX/profile-remap.cpp