[llvm] [llvm-readobj] Fixes malformed json on JSON printed corefiles (PR #92835)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Wed May 22 00:01:07 PDT 2024
================
@@ -238,6 +238,10 @@ Changes to the LLVM tools
documented in `--help` output and the command guide. (`#90474
<https://github.com/llvm/llvm-project/pull/90474>`)
+* llvm-readobj's LLVM output has changed format for ELF core files. The
+ NT_FILE note now has a map for the mapped files
+ (`https://github.com/llvm/llvm-project/pull/92835`_).
----------------
jh7370 wrote:
Something about this text is causing the pre-merge check for the doc build to fail. I think it's because you've not included a short-hand for the link (e.g. like the `#90474` in the example above).
https://github.com/llvm/llvm-project/pull/92835
More information about the llvm-commits
mailing list