================
@@ -9013,6 +9013,12 @@ def err_cuda_ovl_target : Error<
   "cannot overload %select{__device__|__global__|__host__|__host__ 
__device__}2 function %3">;
 def note_cuda_ovl_candidate_target_mismatch : Note<
     "candidate template ignored: target attributes do not match">;
+def warn_offload_incompatible_redeclare : Warning<
----------------
Artem-B wrote:

We should have some sort of umbrella warning option for nvcc compatibility. 
Function overloads are the primary source of the differences, but we have other 
differences that the users may want to know about. E.g. some of the compiler 
builtins would be different. There are probably other things. 

This option is fine, for now.

Also, we should document it.

https://github.com/llvm/llvm-project/pull/77359
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to