commit | 97bc9137e545423334b00d60ab64855ccc434c3a | [log] [tgz] |
---|---|---|
author | Aiden Grossman <aidengrossman@google.com> | Mon Apr 14 09:37:47 2025 +0200 |
committer | GitHub <noreply@github.com> | Mon Apr 14 09:37:47 2025 +0200 |
tree | 18b4111bcb0563e9f7279666299318617dacc017 | |
parent | 51fe5d2c314619796c29af6bd717c5c212faa811 [diff] |
[Github][CI] Upload artifacts directory for premerge workflow The premerge pipeline currently creates an artifacts directory with some statistics that gets uploaded on the buildkite side for later inspection. This patch adds support for this on the Github side by using the upload artifacts action. Reviewers: Keenuts, lnihlen, mizvekov, tstellar, Endilll Reviewed By: mizvekov Pull Request: https://github.com/llvm/llvm-project/pull/135538
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.