| commit | 36a6afdd2c7fa02548260ebe4c993b705c6e6e38 | [log] [tgz] |
|---|---|---|
| author | Aiden Grossman <agrossman154@yahoo.com> | Fri Mar 22 10:26:24 2024 -0700 |
| committer | Aiden Grossman <agrossman154@yahoo.com> | Fri Mar 22 10:30:42 2024 -0700 |
| tree | 486fdcbd0f33ad63c2038d9330585e43a9d247f0 | |
| parent | c3a41aac5f32475b9a0499e6e888e713763566dc [diff] |
Reland "[llvm-exegesis] Refactor parent code to separate function (#86232)" This reverts commit c3a41aac5f32475b9a0499e6e888e713763566dc. This relands commit bd493756fa51e538575fc320aae50d75394f0567. Apparently I forgot to update a couple values, so this change failed on every builder that builds those sections (should be every Linux platform) rather than something architecture specific like originally thought. I swore I updated the values and ran check-llvm before merging. Wondering If I forgot to push those changes...
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.