[llvm] Reland [CGData] llvm-cgdata #89884 (PR #101461)
Kyungwoo Lee via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 1 11:58:33 PDT 2024
================
@@ -0,0 +1,28 @@
+include "llvm/Option/OptParser.td"
+
+class F<string letter, string help> : Flag<["-"], letter>, HelpText<help>;
----------------
kyulee-com wrote:
Updated by using two dashes for the long options while using single dash for the short (alias) option.
https://github.com/llvm/llvm-project/pull/101461
More information about the llvm-commits
mailing list