[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
Tue May 12 08:34:50 PDT 2020


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

Remove un-needed main & use x86_64-pc-gnu as target instead of host

Since we're not running the program anymore, we no longer need a main.
The comment, build step, and IR of the test were updated accordingly.


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.263442.patch
Type: text/x-patch
Size: 6050 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200512/26e13135/attachment.bin>


More information about the lldb-commits mailing list