[llvm] [CAS] Add llvm-cas tools to inspect on-disk LLVMCAS (PR #166481)

Steven Wu via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 5 08:13:40 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">;
----------------
cachemeifyoucan wrote:

I am aware. But we ship this tool already. I would like to prevent breaking current command-line interface if possible.

https://github.com/llvm/llvm-project/pull/166481


More information about the llvm-commits mailing list