[PATCH] D58992: [CUDA][HIP][DebugInfo] Skip reference device function

Adrian Prantl via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 6 13:10:01 PST 2019


aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/lib/CodeGen/CGDebugInfo.cpp:1755
+        }
+        V = V->stripPointerCasts();
       }
----------------
hliao wrote:
> aprantl wrote:
> > This wasn't there before... why is this necessary?
> That's from the original line 1752.
Oh :-)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58992/new/

https://reviews.llvm.org/D58992





More information about the cfe-commits mailing list