| commit | 498aeada7b8e079f5bc59bf4e9bb0c8630ee6d32 | [log] [tgz] |
|---|---|---|
| author | Aiden Grossman <aidengrossman@google.com> | Thu Jul 10 06:41:37 2025 -0700 |
| committer | GitHub <noreply@github.com> | Thu Jul 10 06:41:37 2025 -0700 |
| tree | a8b5aad1e88d8b6158cb61bc6f15f75b9e27348b | |
| parent | d14aa0cd46c652e417b5a777fe5a05c2a4df8364 [diff] |
[CI] Generate Test Report With No Test Results This patch makes it so that generate_test_report_github.py generates a test report even when we don't get any test results. This otherwise created a pretty confusing user experience on the Github side if the build failed before any tests ran or in cases like running check-libc where none of the tests are run through lit. Reviewers: lnihlen, cmtice Pull Request: https://github.com/llvm/llvm-project/pull/147871
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.