commit | 2dbab4ca8ddb218af555d8d1fd86b72612387582 | [log] [tgz] |
---|---|---|
author | David Spickett <david.spickett@linaro.org> | Thu May 01 10:01:14 2025 +0000 |
committer | David Spickett <david.spickett@linaro.org> | Thu May 01 10:01:14 2025 +0000 |
tree | 2470cafb7301b5970d744273995ac3012ffc7893 | |
parent | 47424df2d5c6cc5a2b2d49a8cad438d8e75fec61 [diff] |
[lldb][test] Disable a bunch of flakey lldb-dap tests These, or parts of these, are all failing every so often on Linaro's build bots with: raise ValueError(desc) ValueError: no response for "disconnect" Sorry to use a global disable here but this is happening too often and spamming unrelated PRs. I think it's the same issue as https://github.com/llvm/llvm-project/issues/137660.
Welcome to the LLVM project!
This repository contains the source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and run-time environments.
The LLVM project has multiple components. The core of the project is itself called “LLVM”. This contains all of the tools, libraries, and header files needed to process intermediate representations and convert them into object files. Tools include an assembler, disassembler, bitcode analyzer, and bitcode optimizer.
C-like languages use the Clang frontend. This component compiles C, C++, Objective-C, and Objective-C++ code into LLVM bitcode -- and from there into object files, using LLVM.
Other components include: the libc++ C++ standard library, the LLD linker, and more.
Consult the Getting Started with LLVM page for information on building and running LLVM.
For information on how to contribute to the LLVM project, please take a look at the Contributing to LLVM guide.
Join the LLVM Discourse forums, Discord chat, LLVM Office Hours or Regular sync-ups.
The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.