[Lldb-commits] [PATCH] D120690: [PDB] Add char8_t type
Luís Ferreira via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Mar 6 14:19:20 PST 2022
ljmf00 added a comment.
Thanks for adding this, I ended up forgoting, since I don't use PDB.
================
Comment at: lldb/include/lldb/lldb-enumerations.h:752
eBasicTypeChar32,
+ eBasicTypeChar8,
eBasicTypeShort,
----------------
You forgot to add it to the Python API. It should also be added at the end to avoid user-code breakage. See D116136 . I can rebase my change and correct this :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120690/new/
https://reviews.llvm.org/D120690
More information about the lldb-commits
mailing list