[OpenMP] Base support for target directive codegen on NVPTX device.
authorArpith Chacko Jacob <acjacob@us.ibm.com>
Fri, 18 Mar 2016 11:47:43 +0000 (11:47 +0000)
committerArpith Chacko Jacob <acjacob@us.ibm.com>
Fri, 18 Mar 2016 11:47:43 +0000 (11:47 +0000)
commitac563708abd00b3e39f93f17d93dc052936951fd
tree9f0b7d4d27b7d61668faeeed7aca600e5c5f514b
parent911e229f3085e55b28e0c27f1bc86c177ab30a53
[OpenMP] Base support for target directive codegen on NVPTX device.

Summary:
Reworked test case after buildbot failure on windows.

This patch adds base support for codegen of the target directive on the NVPTX device.

Reviewers: ABataev

Differential Revision: http://reviews.llvm.org/D17877

llvm-svn: 263783
clang/lib/CodeGen/CGOpenMPRuntime.cpp
clang/lib/CodeGen/CGOpenMPRuntime.h
clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.h
clang/test/OpenMP/nvptx_target_codegen.cpp [new file with mode: 0644]