| commit | 742a06f577b4c3b1c1f994e91bb6579ae89fe4b0 | [log] [tgz] |
|---|---|---|
| author | Arthur Eubanks <aeubanks@google.com> | Tue Feb 13 10:49:22 2024 -0700 |
| committer | GitHub <noreply@github.com> | Tue Feb 13 09:49:22 2024 -0800 |
| tree | 33ff0163a0153ed597476aa494b7adaa1c4fd3f9 | |
| parent | 9be7b0a539f673081bf8d1d5a5b08135190fd46d [diff] |
[clang] Remove #undef alloca workaround (#81534) Added in 26670dcba1609574cba5942aff78ff97b567c5f3 to workaround #4885. Windows CI and a local Windows build are happy with this change, so it seems like this has been properly fixed at some point. If this does break somebody, this can be easily reverted. (Also, Linux does the same `#define alloca` in system headers, so I'm not sure why it'd be different on Windows) This is tech debt that caused breakages, see comments on #71709.
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.