Hahnfeld added inline comments.
================ 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>; ---------------- tra wrote: > 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. Good idea, I'll submit a patch enabling the help text and adding release notes after full support has landed. https://reviews.llvm.org/D42921 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits