commit | 4fa0f1d166b6b39a80dd0b8eb820122ccc410c43 | [log] [tgz] |
---|---|---|
author | John Harrison <harjohn@google.com> | Mon Apr 28 14:02:36 2025 -0700 |
committer | GitHub <noreply@github.com> | Mon Apr 28 14:02:36 2025 -0700 |
tree | d1d49d364ea5c75681329d21241b48ee2690fe3b | |
parent | 51bbebb6677bb0ea14ca62cc140492965c2a6e19 [diff] |
[lldb-dap] Adding an icon to the lldb-dap package. (#137695) This shows up in the extension UI and in the VSCode extension marketplace. I used the llvm/llvm-www/blob/main/img/LLVMWyvernSmall.png for the image. Here is what this looks like locally: <img width="1020" alt="Screenshot 2025-04-28 at 12 30 33 PM" src="https://github.com/user-attachments/assets/cd615161-06db-4a37-8f8a-df65ca620a67" />
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.