| commit | a20fc93a65f763cc3f55988847b7294fcbdcb5db | [log] [tgz] |
|---|---|---|
| author | Orlando Cazalet-Hyams <orlando.hyams@sony.com> | Mon Sep 08 10:10:39 2025 +0100 |
| committer | GitHub <noreply@github.com> | Mon Sep 08 10:10:39 2025 +0100 |
| tree | 2560c75ea4dd5c24375c2caf301526c8a2a3d90e | |
| parent | fe6e17840159f7ae9785d8506ff2987a2df7ab08 [diff] |
[Dexter] llvm-lit: always log DAP messages (#157145) Buildbot cross-project-tests-sie-ubuntu sees sporadic test failures due to missing "stackTrace" "source" "path". The "path" field is optional for "source" according to DAP, so it's well formed. It works most of the time, and doesn't consistently fail for any one test which is all strangely inconsistent. The failures couldn't be reproduced locally after running the feature_tests in a loop for 3 hours. I haven't been able to work out why the "source" is sometimes missing by just looking at LLDB code. With this patch, we might be able to get clues about the flaky tests with well timed log inspection.
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.