This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 87de0641fd Make new PM honor -fdebug-info-for-profiling (clang side) new 9b26b17bc4 Fix double destruction of objects when OpenMP construct is canceled new d619c9b838 Update to use enum classes for various ARM *Kind enums
The 2 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: lib/Basic/Targets/AArch64.cpp | 13 +++---- lib/Basic/Targets/ARM.cpp | 70 +++++++++++++++++----------------- lib/Basic/Targets/ARM.h | 8 ++-- lib/CodeGen/CodeGenFunction.h | 2 +- lib/Driver/ToolChain.cpp | 2 +- lib/Driver/ToolChains/Arch/AArch64.cpp | 6 +-- lib/Driver/ToolChains/Arch/ARM.cpp | 15 ++++---- lib/Driver/ToolChains/Darwin.cpp | 12 +++--- lib/Driver/ToolChains/Gnu.cpp | 2 +- test/OpenMP/cancel_codegen_cleanup.cpp | 46 ++++++++++++++++++++++ 10 files changed, 111 insertions(+), 65 deletions(-) create mode 100644 test/OpenMP/cancel_codegen_cleanup.cpp