[llvm] [llvm-readobj] Fixes malformed json on JSON printed corefiles (PR #92835)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Thu May 23 00:10:05 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
----------------
jh7370 wrote:
Sorry, should have noticed this earlier - you might as well mention the bug fix at the same time. Also, if you look at the grammar of other release notes, you'll notice this note isn't quite consistent.
```suggestion
* llvm-readobj's LLVM output format for ELF core files has been changed. Similarly, the JSON format has been fixed for this case. The
```
(make sure to reflow as necessary at the line limit)
https://github.com/llvm/llvm-project/pull/92835
More information about the llvm-commits
mailing list