Hahnfeld added a comment.

Can this revision be split further? The summary mentions many things that might 
make up multiple independent changes...



================
Comment at: lib/Driver/ToolChains/Cuda.cpp:263
+    // HIP needs c++11.
+    CC1Args.push_back("-std=c++11");
+    // Skip CUDA includes for HIP.
----------------
Will this override the user's value, e.g. `-std=c++14`?


https://reviews.llvm.org/D45212



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

Reply via email to