This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5610ca6099 [CMake][Fuchsia] Don't specify libc++ ABI version for Fuchsia new a50e57f11b [XRay][clang] Add flag to choose instrumentation bundles
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: include/clang/Basic/XRayInstr.h | 68 +++++++++++++++++++++++++++ include/clang/Driver/Options.td | 5 ++ include/clang/Driver/XRayArgs.h | 4 +- include/clang/Frontend/CodeGenOptions.h | 4 ++ lib/Basic/CMakeLists.txt | 1 + lib/Basic/XRayInstr.cpp | 29 ++++++++++++ lib/CodeGen/CGBuiltin.cpp | 5 ++ lib/CodeGen/CodeGenFunction.cpp | 9 +++- lib/CodeGen/CodeGenModule.cpp | 3 +- lib/Driver/XRayArgs.cpp | 35 ++++++++++++-- lib/Frontend/CompilerInvocation.cpp | 36 +++++++++++++- test/CodeGen/xray-instrumentation-bundles.cpp | 31 ++++++++++++ 12 files changed, 221 insertions(+), 9 deletions(-) create mode 100644 include/clang/Basic/XRayInstr.h create mode 100644 lib/Basic/XRayInstr.cpp create mode 100644 test/CodeGen/xray-instrumentation-bundles.cpp