commit | f11abac6524f8643817711d04be0367a0e639311 | [log] [tgz] |
---|---|---|
author | Chris B <[email protected]> | Sun Sep 29 02:47:09 2024 |
committer | GitHub <[email protected]> | Sun Sep 29 02:47:09 2024 |
tree | bab185fea31f3fccda05d078f37566bb6ded904e | |
parent | bf9ab0b7c3ba1d4a89a3dd9b00909ad3cfab3d48 [diff] |
Revert "[libc++][modules] Rewrite the modulemap to have fewer top-level modules (#107638)" (#110384) This reverts 3 commits: 45a09d1811d5d6597385ef02ecf2d4b7320c37c5 24bc3244d4e221f4e6740f45e2bf15a1441a3076 bc6bd3bc1e99c7ec9e22dff23b4f4373fa02cae3 The GitHub pre-merge CI has been broken since this PR went in. This change reverts it to see if I can get the pre-merge CI working again.
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.