Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code generation...
authorSamuel Antao <sfantao@us.ibm.com>
Sat, 6 Feb 2016 06:52:48 +0000 (06:52 +0000)
committerSamuel Antao <sfantao@us.ibm.com>
Sat, 6 Feb 2016 06:52:48 +0000 (06:52 +0000)
commit0572837eff1648aa238c469405978712ce243066
treec59eec1929684696cdf12cd5383931751be5da77
parent0a1eaf802534eaa15891be1c02c68a203f61c147
Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code generation for different devices.

This was reverted due to a failure in a buildbot, but it turned out the failure was unrelated.

llvm-svn: 259985
clang/include/clang/Basic/DiagnosticDriverKinds.td
clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp [new file with mode: 0644]
clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.h [new file with mode: 0644]
clang/lib/CodeGen/CMakeLists.txt
clang/lib/CodeGen/CodeGenModule.cpp
clang/lib/Frontend/CompilerInvocation.cpp
clang/test/OpenMP/target_messages.cpp