commit | 2d7add6e2e56baf46504a8a22dec42b61f63360f | [log] [tgz] |
---|---|---|
author | Daniel Thornburgh <dthorn@google.com> | Mon Mar 31 10:44:40 2025 -0700 |
committer | GitHub <noreply@github.com> | Mon Mar 31 10:44:40 2025 -0700 |
tree | 0ae6059810a5f688e75ee1e80c449cd7eab456ad | |
parent | 143c37123b93a3dbd0fafd0296516ac1ab2afc36 [diff] |
[LLD][ELF] Allow memory region in OVERLAY (#133540) This allows the contents of OVERLAYs to be attributed to memory regions. This is the only clean way to overlap VMAs in linker scripts that choose to primarily use memory regions to lay out addresses. This also simplifies OVERLAY expansion to better match GNU LD. Expressions for the first section's LMA and VMA are not generated if the user did not provide them. This allows the LMA/VMA offset to be preserved across multiple overlays in the same region, as with regular sections. Closes #129816
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.