| commit | 2877d8015587f566e64111934452845eef7b6a4a | [log] [tgz] |
|---|---|---|
| author | Aiden Grossman <aidengrossman@google.com> | Thu Jul 10 06:28:07 2025 -0700 |
| committer | GitHub <noreply@github.com> | Thu Jul 10 06:28:07 2025 -0700 |
| tree | 9f8286ee62f8b224793e485e5e02690ec9b01d30 | |
| parent | 7daa1defd2426629f0642c5428a5c8de777d0d6b [diff] |
[CI] Remove Remaining Buildkite References in generate_test_report_lib This patch removes the buildkite_info object from generate_test_report_lib as we no longer support buildkite so it is dead code now. Eventually we should set up equivalent functionality on the Github side for downloading the logs from a convenient link, but for now clean up the code. Reviewers: cmtice, DavidSpickett, lnihlen Reviewed By: DavidSpickett Pull Request: https://github.com/llvm/llvm-project/pull/147784
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.