This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 13ddb5b2d0 [CUDA][HIP][DebugInfo] Skip reference device function new 8b97dd6e80 [PGO] Re-submit: Clang part of change for context-sensitive [...]
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: test/CodeGen/Inputs/pgotestir.proftext | 2 ++ test/CodeGen/Inputs/pgotestir_cs.proftext | 2 ++ test/CodeGen/cspgo-instrumentation.c | 41 ++++++++++++++++++++++ test/CodeGen/cspgo-instrumentation_lto.c | 44 +++++++++++++++++++++++ test/CodeGen/cspgo-instrumentation_thinlto.c | 52 ++++++++++++++++++++++++++++ 5 files changed, 141 insertions(+) create mode 100644 test/CodeGen/Inputs/pgotestir.proftext create mode 100644 test/CodeGen/Inputs/pgotestir_cs.proftext create mode 100644 test/CodeGen/cspgo-instrumentation.c create mode 100644 test/CodeGen/cspgo-instrumentation_lto.c create mode 100644 test/CodeGen/cspgo-instrumentation_thinlto.c