[PATCH] D68578: [HIP] Fix device stub name

Michael Liao via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 7 09:48:18 PDT 2019


hliao added inline comments.


================
Comment at: lib/CodeGen/CGCUDANV.cpp:235
            CGF.CGM.getContext().getTargetInfo().getCXXABI())) ||
+         CGF.getLangOpts().HIP ||
          getDeviceStubName(getDeviceSideName(CGF.CurFuncDecl)) ==
----------------
keeping the original assertion in HIP is still valuable to capture naming mismatch issue for unnamed types


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

https://reviews.llvm.org/D68578





More information about the cfe-commits mailing list