summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclAttr.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2015-08-11 11:02:09 +0000
committerDaniel Jasper <djasper@google.com>2015-08-11 11:02:09 +0000
commit3b0f87d289b3cd432218cc8e5568e9eb1f77119d (patch)
tree7ac41a4e628b92c33551e54425444cb99d07f81c /clang/lib/Sema/SemaDeclAttr.cpp
parentf6bc15d763539b401ad740f0120ae96efb6ca4da (diff)
downloadbcm5719-llvm-3b0f87d289b3cd432218cc8e5568e9eb1f77119d.tar.gz
bcm5719-llvm-3b0f87d289b3cd432218cc8e5568e9eb1f77119d.zip
Revert "[CUDA] Add implicit __attribute__((used)) to all __global__ functions."
This is breaking internal test. I'll provide a reproduction. llvm-svn: 244583
Diffstat (limited to 'clang/lib/Sema/SemaDeclAttr.cpp')
-rw-r--r--clang/lib/Sema/SemaDeclAttr.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/Sema/SemaDeclAttr.cpp b/clang/lib/Sema/SemaDeclAttr.cpp
index 8e04b69f81a..31ddd503af9 100644
--- a/clang/lib/Sema/SemaDeclAttr.cpp
+++ b/clang/lib/Sema/SemaDeclAttr.cpp
@@ -3350,10 +3350,6 @@ static void handleGlobalAttr(Sema &S, Decl *D, const AttributeList &Attr) {
D->addAttr(::new (S.Context)
CUDAGlobalAttr(Attr.getRange(), S.Context,
Attr.getAttributeSpellingListIndex()));
-
- // Add implicit attribute((used)) so we don't eliminate kernels
- // because there is nothing referencing them on device side.
- D->addAttr(UsedAttr::CreateImplicit(S.Context));
}
static void handleGNUInlineAttr(Sema &S, Decl *D, const AttributeList &Attr) {
OpenPOWER on IntegriCloud