[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:39:20 PST 2021
mstorsjo added inline comments.
================
Comment at: lldb/docs/index.rst:80
(*) Support for Windows is under active development. Basic functionality is
-expected to work, with functionality improving rapidly.
+expected to work, with functionality improving rapidly. ARM support is
+more experimmental, with more known issues than the others.
----------------
omjavaid wrote:
> s/ARM/ARM and AArch64/
>
> Also add a line to reflect lack of python support.
Sure, I can label the AArch64 bit experimental too.
I wouldn't include comments about python here though. The fact that it's not easy to build LLDB with python for windows/aarch64 isn't an intrinsic feature of LLDB or something that is missing in LLDB, that's just python.
It is actually possible to cross compile LLDB with python support for windows/aarch64, at least for the mingw target. Python itself is a bit tricky to cross compile, but once that cross compilation itself works, building it for windows/aarch64 isn't any worse than for x86. In https://github.com/mstorsjo/llvm-mingw/issues/73 there's ongoing efforts in building and packaging LLDB for windows with python enabled. As it's primarily cross compiled, it's a bit tricky for running tests though.
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