[Lldb-commits] [lldb] [lldb][NFC] Simplify logic in ABIMacOSX_arm64::FixDataAddress (PR #159612)

Felipe de Azevedo Piovezan via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 18 11:09:34 PDT 2025


felipepiovezan wrote:

> This looks fine, although we're not using `tbi_mask` anywhere now? We should probably remove it if it's not being used.

It is!

```
  if (mask == LLDB_INVALID_ADDRESS_MASK)
    mask = tbi_mask;
```

https://github.com/llvm/llvm-project/pull/159612


More information about the lldb-commits mailing list