diff options
author | Xing GUO <higuoxing@gmail.com> | 2018-11-17 08:12:48 +0000 |
---|---|---|
committer | Xing GUO <higuoxing@gmail.com> | 2018-11-17 08:12:48 +0000 |
commit | 785edea926cfde3c192e2b1b02fe4035ea66eeb8 (patch) | |
tree | 353bea4c201ec6d73b3d1c4206a677c3c3d6389b /clang/lib/Frontend/CompilerInstance.cpp | |
parent | 81959a2730ef5376f919c6ad1516da97c4228403 (diff) | |
download | bcm5719-llvm-785edea926cfde3c192e2b1b02fe4035ea66eeb8.tar.gz bcm5719-llvm-785edea926cfde3c192e2b1b02fe4035ea66eeb8.zip |
[llvm-objdump] Print a blank row at the end of sections
Summary:
When using option `-x` (--all-headers), it will print `Sections`, `Symbol Table`, `Program Header` ...
`Sections` and `Symbol Table` will be connected together.
Before:
```
Sections:
Idx Name Size Address Type
0 00000000 0000000000000000
...
29 .shstrtab 0000011a 0000000000000000
SYMBOL TABLE:
...
```
After:
```
Sections:
Idx Name Size Address Type
0 00000000 0000000000000000
...
29 .shstrtab 0000011a 0000000000000000
SYMBOL TABLE:
...
```
Reviewers: Higuoxing
Reviewed By: Higuoxing
Subscribers: llvm-commits, jhenderson
Differential Revision: https://reviews.llvm.org/D54665
llvm-svn: 347135
Diffstat (limited to 'clang/lib/Frontend/CompilerInstance.cpp')
0 files changed, 0 insertions, 0 deletions