diff options
| author | Simon Atanasyan <simon@atanasyan.com> | 2019-05-24 12:22:53 +0000 |
|---|---|---|
| committer | Simon Atanasyan <simon@atanasyan.com> | 2019-05-24 12:22:53 +0000 |
| commit | 8362cbe13b3226c7048b8c523e2cc8363ace47c5 (patch) | |
| tree | b851adf21be02563f468559975aa98d9ae92e699 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | |
| parent | 522307fa40da4b4d892e273c058418e112d844a4 (diff) | |
| download | bcm5719-llvm-8362cbe13b3226c7048b8c523e2cc8363ace47c5.tar.gz bcm5719-llvm-8362cbe13b3226c7048b8c523e2cc8363ace47c5.zip | |
[llvm-readobj] Implement GNU-style output for dynamic table
GNU readelf tool prints slightly different dynamic table "header" and
surrounds dynamic tag names by brackets. This patch implements the same
formatting for GNU-style output of the `llvm-readobj`.
LLVM
```
DynamicSection [ (13 entries)
Tag Type Name/Value
0x00000006 SYMTAB 0x168
...
]
```
GNU
```
Dynamic section at offset 0x1d0 contains 13 entries:
Tag Type Name/Value
0x00000006 (SYMTAB) 0x168
...
```
Differential Revision: https://reviews.llvm.org/D62256
llvm-svn: 361633
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp')
0 files changed, 0 insertions, 0 deletions

