[Lldb-commits] [lldb] r320127 - [MachException] Avoid alignment UB, NFC

Davide Italiano via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 7 17:29:42 PST 2017


On Thu, Dec 7, 2017 at 5:09 PM, Vedant Kumar via lldb-commits
<lldb-commits at lists.llvm.org> wrote:
> Author: vedantk
> Date: Thu Dec  7 17:09:40 2017
> New Revision: 320127
>
> URL: http://llvm.org/viewvc/llvm-project?rev=320127&view=rev
> Log:
> [MachException] Avoid alignment UB, NFC
>
> Fix alignment UB in some Mach exception-handling logic.
>
> This lets us build lldb and debugserver with UBSan in trapping mode, and
> get further along in the testing process before a trap is encountered.
>

Thanks!


More information about the lldb-commits mailing list