]> granicus.if.org Git - clang/commit
Revert "Set calling convention for CUDA kernel"
authorArtem Belevich <tra@google.com>
Tue, 3 Apr 2018 18:29:31 +0000 (18:29 +0000)
committerArtem Belevich <tra@google.com>
Tue, 3 Apr 2018 18:29:31 +0000 (18:29 +0000)
commit0ac472786f10c72665ee90d26c32438533ff35bd
treee090ab1cc32eaa2ddf89451f69f38b9988cf00ae
parent7963750e3e85025b15c6f7463e1e034bb1efcaf8
Revert "Set calling convention for CUDA kernel"

This reverts r328795 which introduced an issue with referencing __global__
function templates. More details in the original review D44747.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@329099 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/clang/Basic/Specifiers.h
lib/AST/ItaniumMangle.cpp
lib/AST/Type.cpp
lib/AST/TypePrinter.cpp
lib/CodeGen/CGCall.cpp
lib/CodeGen/CGDebugInfo.cpp
lib/CodeGen/TargetInfo.cpp
lib/CodeGen/TargetInfo.h
lib/Sema/SemaExpr.cpp
lib/Sema/SemaOverload.cpp
lib/Sema/SemaType.cpp
test/CodeGenCUDA/kernel-amdgcn.cu [deleted file]
tools/libclang/CXType.cpp