[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:03:07 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) \
----------------
What platforms are we not expecting to have `__builtin_is_aligned` on?
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