swiftlang / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. This fork is used to manage Swift’s stable releases of Clang as well as support the Swift project.
https://llvm.org
Other
1.12k stars 331 forks source link

[lldb] Stop forcing x86_64 arch in TestSwiftAvailability #9667

Open kastiglione opened 14 hours ago

kastiglione commented 14 hours ago

Instead of forcing x86_64 on macOS, this change now uses the current architecture. This ensures the test passes even when configuring LLVM_TARGETS_TO_BUILD=host.