[llvm] [Offload] Add Offload API Sphinx documentation (PR #147323)
Kenneth Benzie via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 10 02:37:52 PDT 2025
================
@@ -44,6 +45,8 @@ cl::opt<ActionType> Action(
clEnumValN(DumpJSON, "dump-json",
"Dump all records as machine-readable JSON"),
clEnumValN(GenAPI, "gen-api", "Generate Offload API header contents"),
+ clEnumValN(GenSpec, "gen-spec",
----------------
kbenzie wrote:
Changed this over from *spec* to *doc*.
https://github.com/llvm/llvm-project/pull/147323
More information about the llvm-commits
mailing list