[all-commits] [llvm/llvm-project] a43a4a: [lldb] Build the TestRosetta.py executable with sy...
Alex Langford via All-commits
all-commits at lists.llvm.org
Tue Jan 16 16:29:44 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a43a4a5329fbb4c5bedddb9cbbe89d3659422be3
https://github.com/llvm/llvm-project/commit/a43a4a5329fbb4c5bedddb9cbbe89d3659422be3
Author: Alex Langford <alangford at apple.com>
Date: 2024-01-16 (Tue, 16 Jan 2024)
Changed paths:
M lldb/test/API/macosx/rosetta/Makefile
Log Message:
-----------
[lldb] Build the TestRosetta.py executable with system stdlib (#78370)
This is a speculative fix for TestRosetta.py which is currently failing
on Green Dragon.
TestRosetta just makes sure we can debug an x86_64 process on Apple
Silicon. However, we're failing to build the x86_64 test binary. The
linker is failing with some warnings about libc++ and libunwind being
build for arm64 while the target binary is x86_64. I'm going to try
building with the system standard libraries instead of the just-built
ones to workaround it.
More information about the All-commits
mailing list