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

Windows x86_64 LLDB tests are not run as part of the Swift toolchain CI #9141

Open kendalharland opened 2 months ago

kendalharland commented 2 months ago

Filing this issue for Visibility. With the help of @compnerd and a few others, I'm working on getting the LLDB tests up and running for Windows x86_64 builds of the swift toolchain. So far, I've been able to get all of the upstream llvm/llvm-project tests to build and pass locally at HEAD [issue link] save for one [link]. Using those results as a baseline, all of the swiftlang/llvm-project LLDB tests should also pass. This is an "epic" style bug that will hold the context for this project and track other child issues to run and fix the tests.

kendalharland commented 2 months ago

https://github.com/swiftlang/llvm-project/pull/9103 will need to be cherry picked into swiftlang/swift/stable/20230725 when it is merged.