[PATCH] D15309: [CUDA] emit vtables only for classes with methods usable on this side of compilation.

Jacques Pienaar via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 17 00:09:17 PST 2015


jpienaar accepted this revision.
jpienaar added a comment.
This revision is now accepted and ready to land.

Looks good, thanks


================
Comment at: test/CodeGenCUDA/device-vtable.cu:37
@@ +36,3 @@
+  virtual void h_method();
+  __device__ virtual void d_method();
+};
----------------
Does the comment need to be updated to reflect vtable with NULL pointers?


http://reviews.llvm.org/D15309





More information about the cfe-commits mailing list