[Lldb-commits] [PATCH] D133069: Fix inconsistent target arch when attaching to arm64 binaries on arm64e platforms.

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 2 18:15:21 PDT 2022


aprantl added a comment.

In D133069#3768088 <https://reviews.llvm.org/D133069#3768088>, @rsmith wrote:

> Hi, the newly-added test, `TestDynamicLoaderDarwin.py`, fails under asan: https://gist.github.com/zygoloid/bf7b21f03d7db966e456b6c365c4635d

Thanks! Should be fixed in

  commit 603d5a8d632164038a869c200818c4cc238bb85a (HEAD -> main)
  Author: Adrian Prantl <aprantl at apple.com>
  Date:   Fri Sep 2 18:14:12 2022 -0700
  
      Fix out-of-bounds memory access in test


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133069



More information about the lldb-commits mailing list