| commit | a31a60074717fc40887cfe132b77eec93bedd307 | [log] [tgz] |
|---|---|---|
| author | Chuanqi Xu <yedeng.yd@linux.alibaba.com> | Mon Jan 22 14:22:16 2024 +0800 |
| committer | Chuanqi Xu <yedeng.yd@linux.alibaba.com> | Mon Jan 22 14:24:33 2024 +0800 |
| tree | 6f8c2aa7381eb719a6a942c220b4356d78a0d279 | |
| parent | 745883bba69007f1d2c5135f3d5b0f1efcfc82cd [diff] |
[docs] Update StandardCPlusPlusModules.rst with clang18 Changed Things: - Mentioning we need to specify BMIs for indirectly dependent BMIs too. - Remove the note for `delayed-template-parsing` since https://github.com/llvm/llvm-project/issues/61068 got closed. - Add a note for https://github.com/llvm/llvm-project/issues/78850 since we've seen it for a lot of times. - Add a note for https://github.com/llvm/llvm-project/issues/78173 since we've seen it for a lot of times.
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.