[llvm] [llvm-readobj][ELF] Fix broken JSON output with --dynamic-table (PR #95976)

Fred Grim via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 20 08:29:57 PDT 2024


================
@@ -138,6 +140,314 @@
 # GNU64-NEXT:  0x0000000076543210 (<unknown:>0x76543210) 0x5555666677778888
 # GNU64-NEXT:  0x0000000000000000 (NULL)                 0x0
 
+# JSON64:   "DynamicSection": [
----------------
feg208 wrote:

I removed the spaces before "DynamicSection" and lined up that first line

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


More information about the llvm-commits mailing list