commit | 2898c3e0bbf904c68efb194525bcdfeedb3014c2 | [log] [tgz] |
---|---|---|
author | Aiden Grossman <aidengrossman@google.com> | Fri Mar 28 21:45:07 2025 -0700 |
committer | GitHub <noreply@github.com> | Fri Mar 28 21:45:07 2025 -0700 |
tree | eee1a1e8ca8326e35b0cccb6616514acdb23fd9f | |
parent | 31fe0d20fc49b0e0f653c95496b7955328f2983b [diff] |
[Github] Simplify Getting Changed Files in Code Formatting Workflow (#133023) This patch changes getting changed files in the pr code format job to just checking out the previous two commits (the merge commit and its porent, the current commit latest in main), which allows us to just diff the merge commit. This means we do not have to checkout the ref through the merge base, which should save approximately a minute per job (or much more in some cases where the PR is particularly out of date).
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.