[all-commits] [llvm/llvm-project] ec64af: [readtapi] Use OptParser.td for options (#72183)
Cyndy Ishida via All-commits
all-commits at lists.llvm.org
Wed Nov 15 09:31:46 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ec64af5994213cf7933e961a2b7fe07193a77b61
https://github.com/llvm/llvm-project/commit/ec64af5994213cf7933e961a2b7fe07193a77b61
Author: Cyndy Ishida <cyndy_ishida at apple.com>
Date: 2023-11-15 (Wed, 15 Nov 2023)
Changed paths:
M llvm/include/llvm/TextAPI/TextAPIError.h
M llvm/lib/TextAPI/TextAPIError.cpp
A llvm/test/tools/llvm-readtapi/command-line.test
M llvm/test/tools/llvm-readtapi/compare-flags.test
M llvm/tools/llvm-readtapi/CMakeLists.txt
A llvm/tools/llvm-readtapi/TapiOpts.td
M llvm/tools/llvm-readtapi/llvm-readtapi.cpp
Log Message:
-----------
[readtapi] Use OptParser.td for options (#72183)
This includes revamping how --compare was handled and adds `-o` ontop of
tablegen approach.
This will be used to add more complex options.
More information about the All-commits
mailing list