[PATCH] D156886: [CUDA][HIP] Reorganize options for documentation

Joseph Huber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 2 06:23:43 PDT 2023


jhuber6 accepted this revision.
jhuber6 added a comment.
This revision is now accepted and ready to land.

I think this is good, there's been some confusion around which ones goes to what.



================
Comment at: clang/include/clang/Driver/Options.td:1021
+def offload_host_device : Flag<["--"], "offload-host-device">, Flags<[FlangOption]>,
+  HelpText<"Only compile for the offloading host.">;
+
----------------
Can you fix this copy paste error while you're here?


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

https://reviews.llvm.org/D156886



More information about the cfe-commits mailing list