aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/prepare_binding_Python.py
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-09-25 16:04:38 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-09-25 16:04:38 +0000
commit7fa72881d4cbf3b0cbd1fc42f5c8d8e5ea64b9db (patch)
tree26ae728fa9b07e785f90a84686ed1735f53f7c62 /lldb/scripts/Python/prepare_binding_Python.py
parent2fa270d825deb6daa4f60ba499d72ea9f4159819 (diff)
downloadllvm-7fa72881d4cbf3b0cbd1fc42f5c8d8e5ea64b9db.zip
llvm-7fa72881d4cbf3b0cbd1fc42f5c8d8e5ea64b9db.tar.gz
llvm-7fa72881d4cbf3b0cbd1fc42f5c8d8e5ea64b9db.tar.bz2
[Dwarf] Make dw_tag_t a typedef for llvm::dwarf::Tag instead of uint16_t.
Currently dw_tag_t is a typedef for uint16_t. This patch changes makes dw_tag_t a typedef for llvm::dwarf::Tag. This enables us to use the full power of the DWARF utilities in LLVM without having to do the cast every time. With this approach, we only have to do the cast when reading the ULEB value. Differential revision: https://reviews.llvm.org/D68005 llvm-svn: 372891
Diffstat (limited to 'lldb/scripts/Python/prepare_binding_Python.py')
0 files changed, 0 insertions, 0 deletions