clayborg added a comment.

I would prefix the first fix:

> Add a new function to llvm::APInt what returns the pointer to the actual data 
> in case of both endian (possibly the best option)


Using llvm::APInt gets us unlimited integer size abilities (support 128 bit 
ints and higher) along with any math that is required on those integers.


Repository:
  rL LLVM

http://reviews.llvm.org/D14633



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

Reply via email to