| commit | f6c87be1dd24a121d7eccd6b91ca808ecdf80356 | [log] [tgz] |
|---|---|---|
| author | Aiden Grossman <agrossman154@yahoo.com> | Tue Apr 02 00:33:50 2024 -0700 |
| committer | Aiden Grossman <agrossman154@yahoo.com> | Tue Apr 02 00:33:50 2024 -0700 |
| tree | 881aa1470d9d801b789f66ce0d5aa91ad9513e37 | |
| parent | e47a81c1d2830dda45a561e2c092ebb0c868ed27 [diff] |
[Github] Fix typo in PR code formatting job The recent change to split the PR code formatting job accidentally misspelled the repository field when specifying the repository to fetch the code formatting utils from. This patch fixes the spelling so that the job does not throw a warning and clones the tools from the specified repository.
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.