| commit | 65f81df473904d2df2b9eaa91ff4fcbe69f8fb00 | [log] [tgz] |
|---|---|---|
| author | Jeremy Morse <jeremy.morse@sony.com> | Tue Jan 28 11:31:15 2025 +0000 |
| committer | GitHub <noreply@github.com> | Tue Jan 28 11:31:15 2025 +0000 |
| tree | 00e6f19aada3b088b99c923454018ca38be278f6 | |
| parent | 8017ca1d0056907331ff7542ac9ff1ff5ec969a2 [diff] |
[Docs][DebugInfo] Summarise what people need to do for RemoveDIs now (#124725) Replace the "what I need to do" section of the RemoveDIs docs with a paragraph about preserving start-of-block iterators. Hopefully this is concise enough to remain in peoples heads going forwards!
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.