commit | cc281584a11af258107b5ea702a8837da8c465fd | [log] [tgz] |
---|---|---|
author | Timm Bäder <tbaeder@redhat.com> | Fri May 09 09:28:26 2025 +0200 |
committer | Timm Bäder <tbaeder@redhat.com> | Fri May 09 09:28:26 2025 +0200 |
tree | 068910981b2522457872c3e713648ed9be5f3cb8 | |
parent | 5f530b134ca6a87f2a6cb0f29fadcd3fbd0cf962 [diff] |
Revert "[clang][ExprConst] Check for array size of initlists (#138673)" This reverts commit d35ad58859c97521edab7b2eddfa9fe6838b9a5e. This breaks the clang build: https://lab.llvm.org/buildbot/#/builders/132/builds/1033 /home/buildbot-worker/bbroot/clang-riscv-rva23-evl-vec-2stage/stage2/lib/Target/RISCV/RISCVGenGlobalISel.inc:1512:44: note: cannot allocate array; evaluated array bound 2431270 exceeds the limit (1048576); use '-fconstexpr-steps' to increase this limit
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.