[Lldb-commits] [PATCH] D134493: [lldb][TypeSystemClang] Deduce lldb::eEncodingUint for unsigned enum types
Michael Buch via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 23 02:35:34 PDT 2022
Michael137 added a comment.
In D134493#3810991 <https://reviews.llvm.org/D134493#3810991>, @DavidSpickett wrote:
> It wouldn't need to be same across platforms either really. Can always `@skipifnotarchwhatever` and as long as it's tested somewhere that's fine. Ok clang could change its mind so we mitigate that by making sure the test would fail if it does, then update it as needed.
Fair enough, I added a test for this. Can skip/fix if compilers ever change their mind
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134493/new/
https://reviews.llvm.org/D134493
More information about the lldb-commits
mailing list