[PATCH] D17103: [CUDA] Don't crash when trying to printf a non-scalar object.
Justin Lebar via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 10 17:30:28 PST 2016
jlebar added a comment.
OK, talked to Reid irl. Since this is just printf, not general varargs handling, the Simplest Thing That Could Possibly Work is to error-unsupported. Once we fix sema as described above, we can move the check there. Will update the patch, thanks everyone.
http://reviews.llvm.org/D17103
More information about the cfe-commits
mailing list