[Lldb-commits] [PATCH] D134493: [lldb][TypeSystemClang] Deduce lldb::eEncodingUint for unsigned enum types

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 23 01:43:16 PDT 2022


DavidSpickett added a comment.

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.


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