[all-commits] [llvm/llvm-project] 48de8b: [llvm-cxxfilt] Switch command line parsing from ll...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Jul 9 10:10:58 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 48de8bb0d37573cd18e1158c9fd95afafcf4e440
https://github.com/llvm/llvm-project/commit/48de8bb0d37573cd18e1158c9fd95afafcf4e440
Author: Fangrui Song <i at maskray.me>
Date: 2021-07-09 (Fri, 09 Jul 2021)
Changed paths:
M llvm/docs/CommandGuide/llvm-cxxfilt.rst
M llvm/test/tools/llvm-cxxfilt/help.test
M llvm/tools/llvm-cxxfilt/CMakeLists.txt
A llvm/tools/llvm-cxxfilt/Opts.td
M llvm/tools/llvm-cxxfilt/llvm-cxxfilt.cpp
M llvm/utils/gn/secondary/llvm/tools/llvm-cxxfilt/BUILD.gn
M utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
Log Message:
-----------
[llvm-cxxfilt] Switch command line parsing from llvm::cl to OptTable
Similar to D104889. The tool is very simple and its long options are uncommon,
so just drop the one-dash form in this patch.
Reviewed By: jhenderson
Differential Revision: https://reviews.llvm.org/D105605
More information about the All-commits
mailing list