[Lldb-commits] [lldb] [llvm] [lldb-dap] Support column breakpoints (PR #125347)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 3 14:18:06 PST 2025
Michael137 wrote:
> @Michael137 Do you know if there is any way I could manually trigger the lldb-aarch64-ubuntu and the MacOS CI before merging this, to get CI feedback before merging this?
>
> Also, from what I can tell, all test failures in Buildkite seem to be due to Bolt and unrelated to my PR. Is it safe to merge despite those failures? Or could they hide actual LLDB issues potentially introduced by my commit?
There's currently no way to trigger the macOS CI unfortunately. Based on the CI `monolithic-linux.sh` invocation it looks like it does run `check-lldb`. If you download the whole log and search for `lldb-api ::`/`lldb-shell ::`/`lldb-unit ::`, you'll see that they passed
https://github.com/llvm/llvm-project/pull/125347
More information about the lldb-commits
mailing list