yaxunl added a comment.

The title says `--offline` option, which should be `--offload`.



================
Comment at: clang/include/clang/Driver/Options.td:1142
 def offload_EQ : CommaJoined<["--"], "offload=">, Flags<[NoXarchOption]>,
-  HelpText<"Specify comma-separated list of offloading target triples"
-           " (HIP only)">;
+  HelpText<"Specify comma-separated list of offloading target triples">;
 
----------------
There are other offloading toolchains e.g. OpenMP or SYCL. This option only 
supports CUDA and HIP, so it is better to add "(CUDA and HIP only)".


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117137

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

Reply via email to