[PATCH] D152373: [TableGen] Support warnings on unused classes and multiclasses.
Nicolai Hähnle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 29 01:50:58 PDT 2023
nhaehnle added a comment.
As shown by the many related revisions, this is clearly a good idea.
I'm wracking my brain as for how the "common" TableGen files can be identified in a cleaner way. I don't like the `def` way, but something like a `pragma common_header` perhaps?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152373/new/
https://reviews.llvm.org/D152373
More information about the llvm-commits
mailing list