[llvm] Reland [CGData] llvm-cgdata #89884 (PR #101461)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 1 09:10:16 PDT 2024
================
@@ -0,0 +1,28 @@
+include "llvm/Option/OptParser.td"
+
+class F<string letter, string help> : Flag<["-"], letter>, HelpText<help>;
----------------
MaskRay wrote:
User-facing tools typically use `--foo` (two dashes) style long options. Consider switching to it?
https://github.com/llvm/llvm-project/pull/101461
More information about the llvm-commits
mailing list