[Lldb-commits] [PATCH] D96840: [LLDB] [docs] Update the list of supported architectures on Windows

Martin Storsjö via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 17 02:10:26 PST 2021


mstorsjo added a comment.

In D96840#2567890 <https://reviews.llvm.org/D96840#2567890>, @DavidSpickett wrote:

> Do we support 32 bit Arm specifically? (I'm not very familiar with Windows targets)

Yes, I implemented support for both ARM and AArch64 in late 2019.

> @omjavaid Has done some testing on the latest Windows On Arm which is AArch64. I think you should probably say "ARM and AArch64 support is more" but he can comment on how well it works.

Possibly yes. I was referring to an issue for the ARM part that I never got time to fix properly, see D70840 <https://reviews.llvm.org/D70840>. Other than that, I don't know of any issues with the AArch64 part, but I haven't used it very much either, fwiw.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96840



More information about the lldb-commits mailing list