This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 89619e0 [windows] [asan] Add linker flag when including "asan_dynamic [...] new d3d136e [OpenMP][NVPTX][CUDA] Adding support for printf for an NVPTX [...]
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/CodeGen/CGBuiltin.cpp | 4 +- .../{CGCUDABuiltin.cpp => CGGPUBuiltin.cpp} | 13 ++- lib/CodeGen/CMakeLists.txt | 2 +- lib/CodeGen/CodeGenFunction.h | 4 +- test/OpenMP/nvptx_target_printf_codegen.c | 116 +++++++++++++++++++++ 5 files changed, 127 insertions(+), 12 deletions(-) rename lib/CodeGen/{CGCUDABuiltin.cpp => CGGPUBuiltin.cpp} (91%) create mode 100644 test/OpenMP/nvptx_target_printf_codegen.c