commit | be7a21622e368c20af7fbc4e73a5afc97ecc9b17 | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <peter@pcc.me.uk> | Fri Jul 11 18:05:39 2025 -0700 |
committer | GitHub <noreply@github.com> | Fri Jul 11 18:05:39 2025 -0700 |
tree | c529bfcd570325e2881b505f9bdf36d8cca2ee4b | |
parent | 102c15ad28d3c312ea8926c85dbf907ca0d07b84 [diff] |
Improve file patterns for some backends. I noticed that one of my PRs, #147624, did not get automatically labelled with `backend:RISC-V` when it touched a test under `llvm/test/CodeGen/RISCV`. This seems to be because the pattern only looks for files named `*RISCV*` or `*riscv* and not necessarily files in a directory named like that. To fix that, let's make RISC-V use a more accepting pattern, similar to AMDGPU, and do the same for two other backends. Reviewers: tstellar, arsenm Reviewed By: arsenm Pull Request: https://github.com/llvm/llvm-project/pull/147633
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.