[Lldb-commits] [PATCH] D96840: [LLDB] [docs] Update the list of supported architectures on Windows
Martin Storsjö via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 17 02:26:02 PST 2021
On Wed, 17 Feb 2021, Omair Javaid wrote:
> HI mstorsjo, did you manage to run LLDB testsuite with python support
> enabled on windows. Can you please share steps to build and test LLDB on
> windows on Arm/AArch64 if you have them handy somewhere. I ll check if there
> is something missing on our part which needs to be done to get LLDB in
> reasonable shape on windows on Arm/AArch64.
>
> IMO, the biggest hurdle right now is swig/API generation and python support
> enablement. If you think that is working already with some hack, then please
> share it with me. I am using MS Surface Arm64 for the build.
Hi,
I never ran the full testsuite, and I built with python disabled.
I did manage to run some testcases, but I'm cross compiling (building on
x86_64 linux, targeting aarch64 windows), so I transplanted parts of the
testsuite to the target system and ran it via WSL - not very smooth, but
it helped create and verify some test cases like
test/Shell/Register/aarch64-fp-read.test at least.
// Martin
More information about the lldb-commits
mailing list