[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
Mon Jul 1 15:59:47 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:
changed
https://github.com/llvm/llvm-project/pull/96813
More information about the llvm-commits
mailing list