[Lldb-commits] [PATCH] D93696: Add SBType::GetEnumerationIntegerType method
Andy Yankovsky via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 22 06:12:47 PST 2020
werat added reviewers: teemperor, JDevlieghere.
werat added a subscriber: jarin.
werat added inline comments.
================
Comment at: lldb/test/API/python_api/type/TestTypeList.py:156
+ self.DebugSBType(int_enum_type)
+ self.assertEquals(int_enum_type.GetName(), 'unsigned int')
+
----------------
Afaik this is implementation defined, so maybe this we shouldn't test this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93696/new/
https://reviews.llvm.org/D93696
More information about the lldb-commits
mailing list