| commit | 25ae460afeb117707487e25a9a4eb410bdf8e4fb | [log] [tgz] |
|---|---|---|
| author | Tom Stellard <tstellar@redhat.com> | Mon Feb 02 16:01:36 2026 -0800 |
| committer | Tom Stellard <tstellar@redhat.com> | Mon Feb 02 16:57:22 2026 -0800 |
| tree | 7b4f99d1fff84898abb65e9c76c412b7b1d130c0 | |
| parent | 4c635107ded1341b453569beb5b279c625939e5a [diff] |
workflows/commit-access-review: Use a GitHub App access token instead of llvmbot This replaces the use of an access token associated with the llvmbot account with one that is generated by a GitHub App. This is slightly better, because it eliminates the need to periodically rotate the llvmbot tokens, which is difficult to do, since it requires sharing a password and 2fa code among all the admins. The tokens generated by the app automatically expire after an hour, and the private key that is used to request it can be easily rotated by an LLVM Organization owner. Also, since a single private key can be used to generate many tokens, there is only one secret to rotate instead of many.
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.