commit | f1cdb447a8031027222c06646e2da292abd512f9 | [log] [tgz] |
---|---|---|
author | Aiden Grossman <aidengrossman@google.com> | Wed Sep 10 10:04:02 2025 -0700 |
committer | GitHub <noreply@github.com> | Wed Sep 10 10:04:02 2025 -0700 |
tree | 99959e238e835448ddabd6fc43b7758859957a23 | |
parent | c511e1a0f8b899621dc253bd8e404fa6ed199294 [diff] |
Reapply "[APINotes] Prefer diff -u over diff -b" (#157894) This reverts commit 8d35bcc52117b79517f518de952b4b50463de160. This was causing failures on MacOS due to the head command there not supporting negative offsets. This patch fixes that by removing the call to HEAD and relaxing the requirements around removing the last line of the file.
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.