[Lldb-commits] [PATCH] D79559: [lldb] Also recognize DWARF UTF base types using their size

Mathias LANG via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu May 7 23:57:33 PDT 2020


Geod24 updated this revision to Diff 262818.
Geod24 added a comment.

Added Shell test

A shell test was added using LLVM IR.
The test has to run the generated binary, as there is currently a (likely) bug
that leads to types being printed differently before and after 'run' is issued.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79559/new/

https://reviews.llvm.org/D79559

Files:
  lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
  lldb/test/Shell/SymbolFile/DWARF/DW_TAG_basic_type_DW_ATE_UTF_nonC.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79559.262818.patch
Type: text/x-patch
Size: 6741 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200508/dd034c80/attachment.bin>


More information about the lldb-commits mailing list