This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c8be3ef517 [OpenMP] Customize CUDA-based tool chain selection new 9a973f3ee9 [OpenMP] Extend CLANG target options with device offloading kind.
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/Driver/ToolChain.h | 3 ++- lib/Driver/ToolChain.cpp | 6 ++--- lib/Driver/ToolChains/BareMetal.cpp | 3 ++- lib/Driver/ToolChains/BareMetal.h | 3 ++- lib/Driver/ToolChains/Clang.cpp | 3 ++- lib/Driver/ToolChains/Cuda.cpp | 51 ++++++++++++++++++++++++++--------- lib/Driver/ToolChains/Cuda.h | 3 ++- lib/Driver/ToolChains/Darwin.cpp | 3 ++- lib/Driver/ToolChains/Darwin.h | 3 ++- lib/Driver/ToolChains/Fuchsia.cpp | 3 ++- lib/Driver/ToolChains/Fuchsia.h | 3 ++- lib/Driver/ToolChains/Gnu.cpp | 3 ++- lib/Driver/ToolChains/Gnu.h | 3 ++- lib/Driver/ToolChains/Hexagon.cpp | 3 ++- lib/Driver/ToolChains/Hexagon.h | 3 ++- lib/Driver/ToolChains/WebAssembly.cpp | 3 ++- lib/Driver/ToolChains/WebAssembly.h | 3 ++- lib/Driver/ToolChains/XCore.cpp | 3 ++- lib/Driver/ToolChains/XCore.h | 3 ++- 19 files changed, 75 insertions(+), 33 deletions(-)