bulbazord added a comment.

In D156562#4543743 <https://reviews.llvm.org/D156562#4543743>, @jasonmolenda 
wrote:

> This is fine to me but maybe instead of `ifndef apple` we could do a `if 
> __has_include(<uuid/uuid.h>)` and include the system header if it's avail.  I 
> must be misreading the patch but it seems like you're changing the filename 
> to AppleUuidCompatbility.h but the two places it's included still call it 
> UuidCompatibility.h.

You're not reading it wrong, that was just my mistake. I built this on a Darwin 
machine so that codepath never ran... Good catch!

> The uuid_is_null is probably my fault, I think I had something that I had a 
> uuid_t that I didn't want to turn in to a "valid" UUID object when I assigned 
> the bytes, and either I misunderstood the contract or I used the wrong one 
> and once I fixed that, I didn't need the test any more.

Thanks for the context 👍


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156562/new/

https://reviews.llvm.org/D156562

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to