rjmccall added a comment.

Oh, I see, because you're worried that the host code might contain 
`dynamic_cast` or similar features which would complain if RTTI were disabled.

`getLangOpts().CUDAIsDevice` implies `getLangOpts().CUDA`, so I think you can 
just check the former.  Otherwise LGTM.


https://reviews.llvm.org/D47694



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to