jhuber6 added a comment.

ping



================
Comment at: clang/include/clang/Driver/Options.td:2535-2538
+def foffload_device_only : Flag<["-"], "foffload-device-only">,
+  HelpText<"Only compile for the offloading device.">;
+def foffload_host_only : Flag<["-"], "foffload-host-only">,
+  HelpText<"Only compile for the offloading host.">;
----------------
tra wrote:
> We should probably alias `--cuda-host-only`/`--cuda-device-only` to these.
Unfortunately I can't make these a strict alias for 
`-foffload-host-only`/`-foffload-device-only` without breaking their current 
usage. I could just check them along with these new versions, but that makes it 
a little cluttered.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124220/new/

https://reviews.llvm.org/D124220

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

Reply via email to