[llvm] [CAS] Add llvm-cas tools to inspect on-disk LLVMCAS (PR #166481)
Prabhu Rajasekaran via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 6 12:04:10 PST 2025
================
@@ -0,0 +1,63 @@
+include "llvm/Option/OptParser.td"
+
+class F<string name> : Flag<["--", "-"], name>;
+
+def grp_action : OptionGroup<"Actions">, HelpText<"llvm-cas actions">;
----------------
Prabhuk wrote:
@cachemeifyoucan -- I responded about positional argument handling in the bug. PTAL.
https://github.com/llvm/llvm-project/pull/166481
More information about the llvm-commits
mailing list