commit | dd97324f119af515944b7ec79fe627cfa70d4a2a | [log] [tgz] |
---|---|---|
author | Mark de Wever <koraq@xs4all.nl> | Sat Mar 22 11:36:34 2025 +0100 |
committer | GitHub <noreply@github.com> | Sat Mar 22 11:36:34 2025 +0100 |
tree | 30a02529e2146706650b557dd26e5235a5f4a029 | |
parent | 2f2100c879a8c1644e42fb191e88773a77fe886a [diff] |
[libc++][CI] Adds GCC trunk image. (#132271) As discussed during the last monthly meeting we want to be able to test the GCC development version in our CI, but we don't want to commit to support this compiler version. This adds the image to the CI Docker image. At the moment GCC-15 will not pass the CI. Having it in the Docker image makes it possible to validate fixes. --------- Co-authored-by: Louis Dionne <ldionne.2@gmail.com> Co-authored-by: Hristo Hristov <hghristov.rmm@gmail.com>
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.