| commit | d6fbffa23c84e622735b3e880fd800985c1c0072 | [log] [tgz] |
|---|---|---|
| author | Fangrui Song <i@maskray.me> | Sat Mar 15 14:46:27 2025 -0700 |
| committer | Fangrui Song <i@maskray.me> | Sat Mar 15 14:46:27 2025 -0700 |
| tree | 683439c59d05671c06cddfa046bd68ffef348a10 | |
| parent | 0bd8a75a0c8ce76fa36036d4de1979f777d44918 [diff] |
[MC] evaluateAsRelocatable: remove the Fixup argument Commit 752b91bd821ad8a23e004b6cd631ae4f6984ae8b added the argument for PowerPC to evaluate @l/@ha as constant in 2014. However, this is not needed and has been cleaned up by commit 8560da28c69de481f3ad147722577e87b902facb. Mips also had an inappropriate use, which has been fixed by 79d84a878e83990c235da8710273a98bf835c915
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.