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

Paul Kirth via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 5 09:17:46 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">;
----------------
ilovepi wrote:

Is it possible to migrate them over the course of a release or two?

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


More information about the llvm-commits mailing list