| commit | 564efe26745c5bb7236b095d5b42881cdc64a284 | [log] [tgz] |
|---|---|---|
| author | pcc <peter@pcc.me.uk> | Wed Aug 14 17:25:28 2024 -0700 |
| committer | GitHub <noreply@github.com> | Wed Aug 14 17:25:28 2024 -0700 |
| tree | a842e15a8f2f284493b18492f9175ed084df6d25 | |
| parent | 9a9ca9850f3c6b278e052745f51a87296d9fedd2 [diff] |
utils/git: Add linkify script. This script linkifies (i.e. makes clickable in the terminal) text that appears to be a pull request or issue reference (e.g. #12345 or PR12345) or a 40-character commit hash (e.g. abc123). You can configure git to automatically send the output of commands that pipe their output through a pager, such as `git log` and `git show`, through this script by running this command from within your LLVM checkout: git config core.pager 'llvm/utils/git/linkify | pager' The pager command is run from the root of the repository even if the git command is run from a subdirectory, so the relative path should always work. It requires OSC 8 support in the terminal. For a list of compatible terminals, see https://github.com/Alhadis/OSC8-Adoption Reviewers: MaskRay Reviewed By: MaskRay Pull Request: https://github.com/llvm/llvm-project/pull/103496
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.