[Lldb-commits] [PATCH] D156562: [lldb] Clean up uses of UuidCompatibility.h
Med Ismail Bennani via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 28 11:08:49 PDT 2023
mib added inline comments.
================
Comment at: lldb/include/lldb/Utility/AppleUuidCompatibility.h:15
// uuid_t is guaranteed to always be a 16-byte array
typedef unsigned char uuid_t[16];
#endif // utility_UUID_COMPATIBILITY_H
----------------
May be this could be moved to `lldb-types.h` (if it's even used) so we can remove the whole file ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156562/new/
https://reviews.llvm.org/D156562
More information about the lldb-commits
mailing list