[Lldb-commits] [PATCH] D138276: TableGen: require tablegen cl::opts to be registered explicitly
Nicolai Hähnle via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 18 02:40:24 PST 2022
nhaehnle created this revision.
Herald added subscribers: libc-commits, Moerafaat, zero9178, bzcheeseman, sdasgup3, wenzhicui, wrengr, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini, hiraditya.
Herald added projects: libc-project, All.
nhaehnle requested review of this revision.
Herald added subscribers: lldb-commits, cfe-commits, stephenneuendorffer, nicolasvasilache.
Herald added projects: clang, LLDB, MLIR, LLVM.
We plan to include the TableGen library into the LLVM shared library.
This is a preparatory change to avoid polluting the command-line options
space of non-tablegen tools.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D138276
Files:
clang/utils/TableGen/TableGen.cpp
libc/utils/HdrGen/Main.cpp
libc/utils/HdrGen/PrototypeTestGen/PrototypeTestGen.cpp
libc/utils/tools/WrapperGen/Main.cpp
lldb/utils/TableGen/LLDBTableGen.cpp
llvm/include/llvm/TableGen/Main.h
llvm/lib/TableGen/Main.cpp
llvm/tools/llvm-shlib/CMakeLists.txt
llvm/utils/TableGen/TableGen.cpp
mlir/lib/Tools/mlir-tblgen/MlirTblgenMain.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138276.476398.patch
Type: text/x-patch
Size: 11065 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20221118/c2d5e95d/attachment.bin>
More information about the lldb-commits
mailing list