This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1f3fedc01c Non-functional change. Fix previous patch D34784. new e617862d31 [OpenMP] Integrate OpenMP target region cubin into host binary
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: lib/Driver/Driver.cpp | 4 +- lib/Driver/ToolChains/Clang.cpp | 8 ++- lib/Driver/ToolChains/CommonArgs.cpp | 125 +++++++++++++++++++++++++++++++++++ lib/Driver/ToolChains/CommonArgs.h | 7 ++ lib/Driver/ToolChains/Cuda.cpp | 91 ++++++++++++++++++++++++- lib/Driver/ToolChains/Cuda.h | 20 +++++- lib/Driver/ToolChains/Gnu.cpp | 125 ----------------------------------- test/Driver/openmp-offload.c | 40 +++++++++++ 8 files changed, 288 insertions(+), 132 deletions(-)