[llvm] [readtapi] Use OptParser.td for options (PR #72183)
Cyndy Ishida via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 14 14:43:55 PST 2023
================
@@ -0,0 +1,7 @@
+; RUN: llvm-readtapi --help 2>&1 | FileCheck %s
+; RUN: llvm-readtapi -help 2>&1 | FileCheck %s
+
+CHECK: OVERVIEW: LLVM TAPI file reader and manipulator
+CHECK: USAGE: llvm-readtapi [options] <inputs>
+CHECK: OPTIONS:
+CHECK: -help display this help
----------------
cyndyishida wrote:
Yes, I didn't add the others so I wouldn't need to update it as more options get added.
https://github.com/llvm/llvm-project/pull/72183
More information about the llvm-commits
mailing list