| commit | cbf27bf711c08c34185f05ca5edbfa61bd3786e2 | [log] [tgz] |
|---|---|---|
| author | Reid Kleckner <rnk@google.com> | Thu Jun 12 19:53:04 2025 +0000 |
| committer | Reid Kleckner <rnk@google.com> | Thu Jun 12 19:56:41 2025 +0000 |
| tree | c57fb9d63599f6de97d1300d3796cac28b6bcda9 | |
| parent | 891f6ae783b36122b0f2fadc0c2d95d7dd590415 [diff] |
Revert " [PowerPC] frontend get target feature from backend with cpu name (#137670)" This reverts commit 9208b343e962b9f1140ee345c0050a3920bdcbf2. TargetParser shouldn't re-run the PPC subtarget tablegen target, it should define its own `-gen-ppc-target-def` rule like all the other targets do in llvm/include/llvm/TargetParser/CMakeLists.txt . One user reported that there are incorrect CMake dependencies after this change, so I will roll this back in the meantime.
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.