diff options
author | Georgii Rymar <grimar@accesssoftek.com> | 2019-12-12 17:09:55 +0300 |
---|---|---|
committer | Georgii Rymar <grimar@accesssoftek.com> | 2019-12-13 11:31:24 +0300 |
commit | 422b078c69ee7ae5c2529992eed4fd8a21aedda4 (patch) | |
tree | 0538819d01fcb4ff26087da58931b0c1b8791149 /lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py | |
parent | 5c80a4f454ac6dad09e5c27f32a28af62cdb4d13 (diff) | |
download | bcm5719-llvm-422b078c69ee7ae5c2529992eed4fd8a21aedda4.tar.gz bcm5719-llvm-422b078c69ee7ae5c2529992eed4fd8a21aedda4.zip |
[llvm-readobj] - Fix letters used for dumping section types in GNU style.
I've noticed that when we have all regular flags set, we print "WAEXMSILoGTx"
instead of "WAXMSILOGTCE" printed by GNU readelf.
It happens because:
1) We print SHF_EXCLUDE at the wrong place.
2) We do not recognize SHF_COMPRESSED, we print "x" instead of "C".
3) We print "o" instead of "O" for SHF_OS_NONCONFORMING.
This patch fixes differences and adds test cases.
Differential revision: https://reviews.llvm.org/D71418
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py')
0 files changed, 0 insertions, 0 deletions