[llvm] [llvm-objdump] Add possibility to verify .note section format (PR #90458)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 4 00:41:30 PDT 2024
================
@@ -1,5 +1,11 @@
include "CommonOpts.td"
+multiclass B<string name, string help1, string help2> {
+ def NAME: Flag<["--"], name>, HelpText<help1>;
+ def no_ # NAME: Flag<["--"], "no-" # name>, HelpText<help2>;
+}
+
----------------
jh7370 wrote:
Nit: too many blank lines.
https://github.com/llvm/llvm-project/pull/90458
More information about the llvm-commits
mailing list