[PATCH] D153523: [BPF] Remove unused TableGen classes and multiclasses.
Yonghong Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 26 21:04:55 PDT 2023
yonghong-song added inline comments.
================
Comment at: llvm/lib/Target/BPF/CMakeLists.txt:8
tablegen(LLVM BPFGenCallingConv.inc -gen-callingconv)
-tablegen(LLVM BPFGenDAGISel.inc -gen-dag-isel)
+tablegen(LLVM BPFGenDAGISel.inc -gen-dag-isel -warn-on-unused-entities)
tablegen(LLVM BPFGenDisassemblerTables.inc -gen-disassembler)
----------------
This option seems not available to the current 'main' branch. But any way, I don't think we should add an option here. We just need to fix the issue in the above. So feel way to submit a patch with above BPFInstrFormats.td change only. Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153523/new/
https://reviews.llvm.org/D153523
More information about the llvm-commits
mailing list