[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 09:19:39 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:

Maybe. I would like to do it incrementally since we need to teach build system about the new command before we can break the old one.

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


More information about the llvm-commits mailing list