commit | 7581cb68f9fbff7a4628da594580d81a803129ee | [log] [tgz] |
---|---|---|
author | David Spickett <david.spickett@linaro.org> | Tue Apr 01 10:05:11 2025 +0100 |
committer | GitHub <noreply@github.com> | Tue Apr 01 10:05:11 2025 +0100 |
tree | d9683e5d5f047fc01b92cb13d4f6f1a67038978b | |
parent | da5fb4213ff210f0d49c4ec837b72997cb9e69f5 [diff] |
[lldb] Remove lldb-server min and max gdbserver port options (#133275) Since lldb 20, these have had no effect: https://releases.llvm.org/20.1.0/docs/ReleaseNotes.html#changes-to-lldb > lldb-server now listens to a single port for gdbserver connections and > provides that port to the connection handler processes. This means that > only 2 ports need to be opened in the firewall (one for the lldb-server > platform, one for gdbserver connections). In addition, due to this work, lldb-server now works on Windows in the server mode. Remove them.
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.