tra accepted this revision.
tra added inline comments.
This revision is now accepted and ready to land.


================
Comment at: include/clang/Driver/Options.td:572
+  HelpText<"Generate relocatable device code, also known as separate 
compilation mode.">;
+def fno_cuda_rdc : Flag<["-"], "fno-cuda-rdc">;
 def dA : Flag<["-"], "dA">, Group<d_Group>;
----------------
Does the options show up in clang --help? 
If it does, and if you plan to commit patches one at a time, we may want to 
make it hidden until everything is in place.


Repository:
  rC Clang

https://reviews.llvm.org/D42921



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

Reply via email to