[llvm] [TableGen] Rework error reporting for duplicate Feature/Processor. (PR #102257)

Rahul Joshi via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 7 07:22:57 PDT 2024


================
@@ -317,18 +308,17 @@ SubtargetEmitter::CPUKeyValues(raw_ostream &OS,
       Records.getAllDerivedDefinitions("Processor");
   llvm::sort(ProcessorList, LessRecordFieldName());
----------------
jurahul wrote:

Added a comment.

https://github.com/llvm/llvm-project/pull/102257


More information about the llvm-commits mailing list