diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2018-09-05 10:18:36 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2018-09-05 10:18:36 +0000 |
commit | 965b598b2a9cf9a77fd9a4586484554eaed38ede (patch) | |
tree | b0beecaa2e2692b1dcadc86e878475fd2e2f19c5 /lldb/scripts/Python/python-extensions.swig | |
parent | e157cea3eca853a4b7e9b22e1119883ad1836f41 (diff) | |
download | llvm-965b598b2a9cf9a77fd9a4586484554eaed38ede.zip llvm-965b598b2a9cf9a77fd9a4586484554eaed38ede.tar.gz llvm-965b598b2a9cf9a77fd9a4586484554eaed38ede.tar.bz2 |
[DebugInfo] Normalize common kinds of DWARF sub-expressions.
Normalize common kinds of DWARF sub-expressions to make debug info
encoding a bit more compact:
DW_OP_constu [X < 32] -> DW_OP_litX
DW_OP_constu [all ones] -> DW_OP_lit0, DW_OP_not (64-bit only)
Differential revision: https://reviews.llvm.org/D51640
llvm-svn: 341457
Diffstat (limited to 'lldb/scripts/Python/python-extensions.swig')
0 files changed, 0 insertions, 0 deletions