[llvm] [Offload] Add Offload API Sphinx documentation (PR #147323)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 9 10:33:29 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",
----------------
shiltian wrote:
Do we want to call it a "spec" here? Is it a spec or a document? I think they are different.
https://github.com/llvm/llvm-project/pull/147323
More information about the llvm-commits
mailing list