commit | 5a3d4036cff159e32aa4ab1b11fd6a25a50a456c | [log] [tgz] |
---|---|---|
author | Fangrui Song <i@maskray.me> | Sun Mar 30 12:12:38 2025 -0700 |
committer | GitHub <noreply@github.com> | Sun Mar 30 12:12:38 2025 -0700 |
tree | b1f806e8142140e59015d10f8a85d1e7ee81805d | |
parent | 8ecb2f9c4a8e39620935c1933fe1fbd2b96c723a [diff] |
Move relocation specifiers to AMDGPUMCExpr::Specifier Similar to previous migration done for all other ELF targets. Switch from the confusing `VariantKind` to `Specifier`, which aligns with Arm and IBM AIX's documentation. Moving forward, relocation specifiers should be integrated into AMDGPUMCExpr rather than MCSymbolRefExpr::SubclassData. (Note: the term AMDGPUMCExpr::VariantKind is for expressions without relocation specifiers: https://github.com/llvm/llvm-project/pull/82022 It's up to AMDGPU maintainers to integrate these constants into Specifier. ) Pull Request: https://github.com/llvm/llvm-project/pull/133608
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.