commit | efef83e11d6b5f47c624465006bbea4cbb8a2526 | [log] [tgz] |
---|---|---|
author | Ellis Hoag <ellis.sparky.hoag@gmail.com> | Tue Apr 29 17:15:55 2025 -0700 |
committer | GitHub <noreply@github.com> | Tue Apr 29 17:15:55 2025 -0700 |
tree | 931d2f0a675ee762367c30dedfcb376b01edf1d1 | |
parent | 36850a028d149467cafd2702bc0c2587f6b71cce [diff] |
[lld][InstrProf] Skip BP ordering input sections with null data (#137906) In MachO, `.bss` `isec`s have a length, but point to null. This causes Balanced Partitioning to crash on these inputs. This code was in the original implementation, but was removed in https://github.com/llvm/llvm-project/pull/124482/files#diff-b2aac8833d29d297ae5ada1b36eb4e88f53691fd91df954c24e0c264f3131d4aL27
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.