| commit | af3da979d94aa471c16d55f8a28977ed9198bf84 | [log] [tgz] |
|---|---|---|
| author | Jordan R Abrahams-Whitehead <[email protected]> | Sat Jun 15 00:14:01 2024 |
| committer | Jordan R Abrahams-Whitehead <[email protected]> | Fri Jul 19 21:53:17 2024 |
| tree | 88b4d16e960ee75b69824aeb0cc5fb812819866f | |
| parent | 9a30102262d466cf0b2837aa8dd53e9775edb4b1 [diff] |
disable querying git in benchmarking code This benchmarking library will try to query git for the current SHA, and this code is called even if llvm-libc's benchmarks are disabled. Querying git modifies `index.lock` files, which makes Portage's sandbox unhappy. Manually set a failure value here instead. patch.cherry: false patch.platforms: chromiumos patch.version_range.from: 0 patch.version_range.until: null Change-Id: I66e96c7d72961d53b3763d66d766fe5e119823c7
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, or #llvm IRC channel on OFTC.
The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.