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

Michael Liao via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 6 08:44:14 PST 2019


hliao marked an inline comment as done.
hliao added inline comments.


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


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