shafik added inline comments.

================
Comment at: lldb/include/lldb/Utility/DataExtractor.h:24
 
+#ifndef __builtin_is_aligned
+#define __builtin_is_aligned(POINTER, BYTE_COUNT)                              
\
----------------
shafik wrote:
> What platforms are we not expecting to have `__builtin_is_aligned` on?
nvm, I just realized this is coming from clang not llvm.


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D83256



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

Reply via email to