| commit | ad36e4284d66c3609ef8675ef02ff1844bc1951d | [log] [tgz] |
|---|---|---|
| author | Sterling-Augustine <56981066+Sterling-Augustine@users.noreply.github.com> | Wed Jul 23 14:32:14 2025 -0700 |
| committer | GitHub <noreply@github.com> | Wed Jul 23 14:32:14 2025 -0700 |
| tree | 8a0426ff5b29360864b693a9554ee1168bf32c03 | |
| parent | 1b7aa4edda2b3020f0e10f5a34e707fcadc2587d [diff] |
Revert "Support SFrame command-line and .cfi_section syntax (#149935)" (#150316) This reverts commit f9d0bd02d966e5c28aca9a6ceadd5ffec6aa9f78.
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.