| commit | 4cabd1efb9cb13aba5b25e0714b9d8a72378633f | [log] [tgz] |
|---|---|---|
| author | Aleksandr Platonov <platonov.aleksandr@huawei.com> | Sun Sep 21 12:37:33 2025 +0300 |
| committer | GitHub <noreply@github.com> | Sun Sep 21 12:37:33 2025 +0300 |
| tree | f21143a7293d110732dcdfe292c7cf3743b037e3 | |
| parent | 7dd9b3d81450b29bf2cddb8270081f61080bddc0 [diff] |
Reland "[clangd] Add feature modules registry" (#154836) Reland #153756 LLVM_INSTANTIATE_REGISTRY(..) and FeatureModuleRegistry::entries() were in different translation units, that rises a warning when compiling with clang and leads to compilation failure if -Werror flag is set. Instead of iterating directly in the main function, a static method FeatureModuleSet::fromRegistry() was added and it is called in the main function.
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.