This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from de524d8 [Driver][OpenMP] Update actions builder to create bundling ac [...] new f03a8c8 [Driver][OpenMP] Update actions builder to create unbundling [...] new e9c115b [Driver][OpenMP] Add support to create jobs for bundling actions.
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: include/clang/Driver/Action.h | 51 ++++++++++++++++++++++- include/clang/Driver/ToolChain.h | 2 + include/clang/Driver/Types.h | 5 +++ lib/Driver/Action.cpp | 27 +++++++++++++ lib/Driver/Driver.cpp | 30 +++++++++++++- lib/Driver/ToolChain.cpp | 10 ++++- lib/Driver/Tools.cpp | 66 ++++++++++++++++++++++++++++++ lib/Driver/Tools.h | 13 ++++++ lib/Driver/Types.cpp | 4 ++ test/Driver/openmp-offload.c | 87 ++++++++++++++++++++++++++++++++++++++++ 10 files changed, 291 insertions(+), 4 deletions(-)