commit | 2a96beca9b502776d5e2a3be2da3f886135b056e | [log] [tgz] |
---|---|---|
author | Jacob Lalonde <jalalonde@fb.com> | Thu Mar 27 14:20:43 2025 -0700 |
committer | GitHub <noreply@github.com> | Thu Mar 27 14:20:43 2025 -0700 |
tree | 7f905d67f6c4d892fc065442278e65b654e29a81 | |
parent | 5c26e80e57eba912cc7eb47b1a33afa46c1526e5 [diff] |
[SBProgress][CLI] Configure sbprogress events to be emitted for the CLI (#133309) In the original SBProgress patch, #123837, I didn't ensure the debugger was broadcasting these events to the CLI as SBProgress has far been focused on DAP. We had an internal ask to have SBProgress events broadcasted to the CLI so this patch addresses that. <img width="387" alt="image" src="https://github.com/user-attachments/assets/5eb93a46-1db6-4d46-a6b7-2b2f9bbe71db" />
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.