MaskRay added inline comments.

================
Comment at: libunwind/src/AddressSpace.hpp:249
   const uint8_t *pend = (uint8_t *)end;
-  int64_t result = 0;
+  uint64_t result = 0;
   int bit = 0;
----------------
Thanks. LGTM for this file. You can just fix libunwind in a separate commit so 
that this patch focuses on its main work. You can then remove `#libunwind` from 
the reviewer list.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139114

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

Reply via email to