commit | 705decc860f1e7aa73476463ad98ce2ea293f7da | [log] [tgz] |
---|---|---|
author | Aiden Grossman <aidengrossman@google.com> | Mon Mar 03 08:37:20 2025 -0800 |
committer | GitHub <noreply@github.com> | Mon Mar 03 08:37:20 2025 -0800 |
tree | 8e24a8a93d066fcba94d2e5d92f1e01cfa0df20c | |
parent | a3584fb13eebeb736aba20ed1d0dfa77fc73c552 [diff] |
[Github] Hash Pin Actions in Most Workflows (#129486) This patch haspins all actions in most of the LLVM Github workflows. This is something we try to do, but no one has gone through and combed through all of the workflows before this patch. Notably, this patch does not bump any major versions of actions just in case there are subtle breaking changes introduced between versions that could impact us. Also, this patch omits the libc/libc++ workflows so that they can be split into separate PRs for the respective subproject maintainers to review.
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.