summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api
diff options
context:
space:
mode:
authorGeorgii Rymar <grimar@accesssoftek.com>2019-12-12 17:09:55 +0300
committerGeorgii Rymar <grimar@accesssoftek.com>2019-12-13 11:31:24 +0300
commit422b078c69ee7ae5c2529992eed4fd8a21aedda4 (patch)
tree0538819d01fcb4ff26087da58931b0c1b8791149 /lldb/packages/Python/lldbsuite/test/python_api
parent5c80a4f454ac6dad09e5c27f32a28af62cdb4d13 (diff)
downloadbcm5719-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')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud