| commit | aeb58844dd6673417ebd7fb83f3acdf7282397fb | [log] [tgz] |
|---|---|---|
| author | Jeremy Morse <jeremy.morse@sony.com> | Wed Feb 07 15:31:59 2024 +0000 |
| committer | GitHub <noreply@github.com> | Wed Feb 07 15:31:59 2024 +0000 |
| tree | fa2db11509d3ef29b499b813644df3edb5072f21 | |
| parent | 7a71ac2b00cd6ec06c113f8813f085d5ed346ad9 [diff] |
[RemoveDIs] Don't convert debug-info in bitcode-loading just now (#80865) We've been building and testing this no-debug-intrinsic work inside of the pass manager for a while, so that optimisation passes get exercised and tested when we turn it on. However, by converting to the non-intrinsic form in the bitcode loader, we accidentally caused all parts of LLVM to potentially see non-intrinsic debug-info. Seeing how we're trying to turn things on incrementally, it was a mistake to go this far this fast: we can instead just focus on enabling during optimisations for the moment, then all the other parts of LLVM later.
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.