[PATCH] D58677: [llvm-readobj]Add additional testing for various ELF features

Xing via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 27 03:45:29 PST 2019


Higuoxing added inline comments.


================
Comment at: test/tools/llvm-readobj/elf-dynamic-tags.test:150
+    Content: "004400550066007700"
+  - Name:    .dynamic
+    Type:    SHT_DYNAMIC
----------------
I think here should be linked with .dynstr
```
- Name: .dynamic
  Link: 1
```
Or, objdump cannot dump this. But, never mind here :)


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58677/new/

https://reviews.llvm.org/D58677





More information about the llvm-commits mailing list