commit | 2d98bdc12c291523c3543ceaf1c526e25dcaedc6 | [log] [tgz] |
---|---|---|
author | Daniel Thornburgh <dthorn@google.com> | Tue Apr 15 14:46:55 2025 -0700 |
committer | GitHub <noreply@github.com> | Tue Apr 15 14:46:55 2025 -0700 |
tree | 0c088e9f5e239f639d3bc977f03c1ff1f5994734 | |
parent | d0372179fbbcb7b3fa680a78919a980fa4384c46 [diff] |
Revert "[llvm][clang] Allocate a new stack instead of spawning a new … (#135865) …thread to get more stack space (#133173)" This change breaks the Clang build on Mac AArch64. This reverts commit d0c973a7a0149db3b71767d4c5a20a31e6a8ed5b. This reverts commit 429a84f8a4bf559f43f50072747ef49d3e3b2cf1. This reverts commit 4f64c80d5a23c244f942193e58ecac666c173308.
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.