commit | 880245d960aa26326a9915e843c9bde5fa97de77 | [log] [tgz] |
---|---|---|
author | Jordan R Abrahams-Whitehead <ajordanr@google.com> | Fri Sep 22 17:31:18 2023 |
committer | Jordan R Abrahams-Whitehead <ajordanr@google.com> | Fri Jul 19 21:53:17 2024 |
tree | dc1e176e57e924e1753110944595460460118ea1 | |
parent | af3da979d94aa471c16d55f8a28977ed9198bf84 [diff] |
Revert "add_tablegen: Quick fix to reflect LLVM_TABLEGEN to llvm-min-tblgen" This reverts commit 95d4506dda79d49e55fdd0e4da7bf81487167aa1. patch.cherry: false patch.platforms: chromiumos patch.version_range.from: 498229 patch.version_range.until: null Change-Id: I38407519c123d55b4d99117a520e90656d0572b6
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, or #llvm IRC channel on OFTC.
The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.