[Lldb-commits] [PATCH] D83256: [lldb] Assert on unaligned load in DataExtractor

Shafik Yaghmour via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 6 14:07:12 PDT 2020


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





More information about the lldb-commits mailing list