| commit | 8252e0ef82efe672f1878dbfd74f99b86f293d8f | [log] [tgz] |
|---|---|---|
| author | Jacek Caban <jacek@codeweavers.com> | Thu Feb 13 19:22:57 2025 +0100 |
| committer | GitHub <noreply@github.com> | Thu Feb 13 19:22:57 2025 +0100 |
| tree | e747b41a3a1ee6cd70aee54153bf446702cf78d7 | |
| parent | 7d9a12cec2eee54ee30fd5c053580dd241abff0d [diff] |
[LLD][COFF] Emit ARM64X relocations for CHPE ExtraRFETable entries (#126713) In the native view, ExtraEFRTable references the x86 exception table. The EC view references the ARM exception table, as it did before this change.
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.