[lld] [llvm] [llvm-readobj][ELF] Alter JSON/LLVM output on note sections to allow for multiple notes per section in JSON (PR #96813)

Fred Grim via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 27 13:54:07 PDT 2024


================
@@ -7915,22 +7915,27 @@ static void printCoreNoteLLVMStyle(const CoreNote &Note, ScopedPrinter &W) {
 template <class ELFT> void LLVMELFDumper<ELFT>::printNotes() {
   ListScope L(W, "Notes");
----------------
feg208 wrote:

I changed it to NodeSectionList. That seems like a pretty reasonable tag

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


More information about the llvm-commits mailing list